ItemsControl.ItemsPanelRoot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Panel specified by ItemsPanel.
public:
property Panel ^ ItemsPanelRoot { Panel ^ get(); };
Panel ItemsPanelRoot();
public Panel ItemsPanelRoot { get; }
var panel = itemsControl.itemsPanelRoot;
Public ReadOnly Property ItemsPanelRoot As Panel
Property Value
The Panel specified by ItemsPanel. The default is null.