DetailsViewDesigner.AutoFormats Eigenschap

Definitie

Hiermee haalt u de verzameling automatische opmaakschema's op die moeten worden weergegeven in het dialoogvenster Automatische opmaak .

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

Waarde van eigenschap

Een DesignerAutoFormatCollection die de vooraf gedefinieerde schema's voor de DetailsView.

Opmerkingen

Het DesignerAutoFormatCollection wordt ingevuld vanuit een XML-gecodeerd lid van een interne klasse.

Van toepassing op

Zie ook