wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar-ba096b4c.md
The TileBar.GroupHeaderTemplate property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.
Gets or sets the DataTemplate used to render group headers.
Namespace : DevExpress.Xpf.Navigation
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
[Obsolete("The TileBar.GroupHeaderTemplate property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.")]
[Browsable(false)]
public DataTemplate GroupHeaderTemplate { get; set; }
<Obsolete("The TileBar.GroupHeaderTemplate property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.")>
<Browsable(False)>
Public Property GroupHeaderTemplate As DataTemplate
| Type | Description |
|---|---|
| DataTemplate |
A DataTemplate object used to render group headers.
|
See Also