CalendarDesigner.AutoFormats Property
.NET Framework 3.0
Gets all the DesignerAutoFormat objects available for the control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual property DesignerAutoFormatCollection^ AutoFormats { DesignerAutoFormatCollection^ get () override; }
/** @property */ public DesignerAutoFormatCollection get_AutoFormats ()
public override function get AutoFormats () : DesignerAutoFormatCollection
Not applicable.
Property Value
A DesignerAutoFormatCollection object containing the DesignerAutoFormat objects available for the control.Community Additions
ADD
Show: