ItemsControl.ItemsPanelRoot Propriété

Définition

Obtient le panneau spécifié par ItemsPanel.

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

Valeur de propriété

Panneau spécifié par ItemsPanel. La valeur par défaut est null.

S’applique à