Sdílet prostřednictvím


GridViewDesigner.AutoFormats Vlastnost

Definice

Získá nebo nastaví kolekci předdefinovaných schémat formátování pro zobrazení v dialogovém okně Automatické formátování .

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

Hodnota vlastnosti

DesignerAutoFormatCollection

A DesignerAutoFormatCollection obsahující předdefinovaná schémata pro GridView.

Poznámky

Objekt DesignerAutoFormatCollection se vyplní z člena kódovaného XML interní třídy.

Platí pro

Viz také