Freigeben über


DetailsViewDesigner.AutoFormats Eigenschaft

Definition

Ruft die Auflistung der Schemas für die automatische Formatierung ab, die im Dialogfeld Automatisch formatieren angezeigt werden sollen.

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

Eigenschaftswert

DesignerAutoFormatCollection

Eine DesignerAutoFormatCollection, die die vordefinierten Schemas für DetailsView enthält.

Hinweise

Das DesignerAutoFormatCollection wird aus einem XML-codierten Element einer internen Klasse gefüllt.

Gilt für

Siehe auch