TileBar.SetGroupHeader(DependencyObject, Object) Method
OBSOLETE
The TileBar.GroupHeader property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.
Sets the value of the TileBar.GroupHeader attached property for a specific object.
Namespace: DevExpress.Xpf.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | A DependencyObject whose TileBar.GroupHeader attached property is to be set. |
value | Object | A new value of the TileBar.GroupHeader attached property for the specified object. |
See Also