ItemsControl.ItemsPanelRoot Proprietà

Definizione

Ottiene il pannello specificato da ItemsPanel.

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

Valore della proprietà

Pannello specificato da ItemsPanel. Il valore predefinito è Null.

Si applica a