Share via


DataGridRow.ItemsPanel Proprietà

Definizione

Ottiene o imposta il modello che definisce il pannello che controlla il layout delle celle nella riga.

public:
 property System::Windows::Controls::ItemsPanelTemplate ^ ItemsPanel { System::Windows::Controls::ItemsPanelTemplate ^ get(); void set(System::Windows::Controls::ItemsPanelTemplate ^ value); };
public System.Windows.Controls.ItemsPanelTemplate ItemsPanel { get; set; }
member this.ItemsPanel : System.Windows.Controls.ItemsPanelTemplate with get, set
Public Property ItemsPanel As ItemsPanelTemplate

Valore della proprietà

Modello che definisce il pannello da utilizzare per il layout delle celle nella riga. Il valore predefinito registrato è null. Per informazioni sugli elementi che possono influenzare il valore, vedere DependencyProperty.

Si applica a

Vedi anche