DetailsViewDesigner::AutoFormats Property
.NET Framework (current version)
Gets the collection of automatic formatting schemes to display in the Auto Format dialog box.
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 that contains the predefined schemes for the DetailsView.
The DesignerAutoFormatCollection is populated from an XML-encoded member of an internal class.
.NET Framework
Available since 2.0
Available since 2.0
Show: