GridView.ItemContainerDefaultStyleKey プロパティ

定義

GridView 内のデータ項目のコンテナーの既定のスタイルへの参照を取得します。

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

プロパティ値

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

適用対象