FormViewDesigner.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の定義済みのスキームを含むFormView

注釈

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

適用対象

こちらもご覧ください