ItemsControl.ItemsPanelRoot Propiedad

Definición

Obtiene el Panel especificado por ItemsPanel.

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

Valor de propiedad

Panel especificado por ItemsPanel. El valor predeterminado es NULL.

Se aplica a