DataGridRow.ItemsPanel Właściwość

Definicja

Pobiera lub ustawia szablon definiujący panel, który kontroluje układ komórek w wierszu.

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

Wartość właściwości

ItemsPanelTemplate

Szablon definiujący panel do użycia dla układu komórek w wierszu. Zarejestrowana wartość domyślna to null. Aby uzyskać informacje o tym, co może mieć wpływ na wartość, zobacz DependencyProperty.

Dotyczy

Zobacz też