GroupStyle.Panel プロパティ

定義

項目のレイアウトに使用するパネルを作成するテンプレートを取得または設定します。

public:
 property System::Windows::Controls::ItemsPanelTemplate ^ Panel { System::Windows::Controls::ItemsPanelTemplate ^ get(); void set(System::Windows::Controls::ItemsPanelTemplate ^ value); };
public System.Windows.Controls.ItemsPanelTemplate Panel { get; set; }
member this.Panel : System.Windows.Controls.ItemsPanelTemplate with get, set
Public Property Panel As ItemsPanelTemplate

プロパティ値

項目のレイアウトに使用するパネルを作成する ItemsPanelTemplate オブジェクト。

適用対象