Freigeben über


FormViewDesigner.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

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

Hinweise

Das DesignerAutoFormatCollection Objekt wird aus einem XML-codierten Member einer internen Klasse aufgefüllt.

Gilt für:

Weitere Informationen