CalendarDesigner.AutoFormats Property

Definition

Gets all the DesignerAutoFormat objects available for the control.

public:
 virtual property System::Web::UI::Design::DesignerAutoFormatCollection ^ AutoFormats { System::Web::UI::Design::DesignerAutoFormatCollection ^ get(); };
public override System.Web.UI.Design.DesignerAutoFormatCollection AutoFormats { get; }
member this.AutoFormats : System.Web.UI.Design.DesignerAutoFormatCollection
Public Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollection

Property Value

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

Applies to

See also