DataGridRow.ItemsPanel プロパティ

定義

行内のセルのレイアウトを制御するパネルを定義するテンプレートを取得または設定します。

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

プロパティ値

行内のセルのレイアウトに使用するパネルを定義するテンプレート。 登録済みの既定値は null です。 値に影響を与える可能性の詳細については、 DependencyPropertyを参照してください。

適用対象

こちらもご覧ください