Back to Devexpress

TileBar.GroupHeaderTemplate Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar-ba096b4c.md

latest1.6 KB
Original Source

TileBar.GroupHeaderTemplate Property

OBSOLETE

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

Declaration

csharp
[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; }
vb
<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

Property Value

TypeDescription
DataTemplate

A DataTemplate object used to render group headers.

|

See Also

TileBar Class

TileBar Members

DevExpress.Xpf.Navigation Namespace