TileBar.GetGroupHeader(DependencyObject) Method
OBSOLETE
The TileBar.GroupHeader property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.
Returns the group header of the specified navigation element.
Namespace: DevExpress.Xpf.Navigation
Assembly: DevExpress.Xpf.Controls.v25.2.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | DependencyObject | A DependencyObject representing a navigation element whose group header should be returned. |
Returns
| Type | Description |
|---|---|
| Object | An Object representing a group header assigned to the specified navigation element. null (Nothing in VB) if no group header is assigned. |
Remarks
Use the TileBar.GroupStyle property to assign a group header to a navigation element in code.
See Also