CalendarDesigner::AutoFormats Property

 

Gets all the DesignerAutoFormat objects available for the control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property DesignerAutoFormatCollection^ AutoFormats {
	virtual DesignerAutoFormatCollection^ get() override;
}

Property Value

Type: System.Web.UI.Design::DesignerAutoFormatCollection^

A DesignerAutoFormatCollection object containing the DesignerAutoFormat objects available for the control.

.NET Framework
Available since 2.0
Return to top
Show: