LayoutGroup.GroupTemplate Property
In This Article
Gets or sets the template used to render the LayoutGroup. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public DataTemplate GroupTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
Type: Data 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