GridView.DefaultStyleKey プロパティ

定義

GridView の既定のスタイルへの参照を取得します。

protected public:
 virtual property System::Object ^ DefaultStyleKey { System::Object ^ get(); };
protected internal override object DefaultStyleKey { get; }
member this.DefaultStyleKey : obj
Protected Friend Overrides ReadOnly Property DefaultStyleKey As Object

プロパティ値

Object

GridViewStyleKey。 既定値は、現在のテーマの GridViewStyleKey です。

適用対象