GridViewDesigner.AutoFormats プロパティ

定義

[ 自動書式 ] ダイアログ ボックスに表示する定義済みの書式設定スキームのコレクションを取得または設定します。

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

プロパティ値

DesignerAutoFormatCollectionの定義済みのスキームを含むGridView

注釈

DesignerAutoFormatCollection オブジェクトは、内部クラスの XML でエンコードされたメンバーから設定されます。

適用対象

こちらもご覧ください