ItemsControl.ItemsPanelRoot プロパティ

定義

ItemsPanel で指定されたパネルを取得します。

public:
 property Panel ^ ItemsPanelRoot { Panel ^ get(); };
Panel ItemsPanelRoot();
public Panel ItemsPanelRoot { get; }
var panel = itemsControl.itemsPanelRoot;
Public ReadOnly Property ItemsPanelRoot As Panel

プロパティ値

ItemsPanel で指定されたパネル。 既定値は null です

適用対象