ItemsControl.ItemsPanelRoot Property

Definition

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.

Applies to