TileLayoutControl.GroupHeaderTemplate Property
In This Article
Gets or sets a data template used to display tile group headers. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public DataTemplate GroupHeaderTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
For more information on data templates, see Data Templating Overview topic.
See Also