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 のトピックを参照してください。

適用対象

こちらもご覧ください