LayoutGroup.GroupTemplate Property
Gets or sets the template used to render the LayoutGroup. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | Type: DataTemplate A data template. The default is a null reference (Nothing in Visual Basic). |
Remarks
See the Data Templating Overview topic to learn more.
See Also