CalendarDesigner.AutoFormats Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.DesignerAutoFormatCollectionPublic Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollectionProperty Value
A DesignerAutoFormatCollection object containing the DesignerAutoFormat objects available for the control.