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.v24.1.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
The GetGroupHeader method allows you to retrieve the group header (TileBar.GroupHeader) assigned to the specified navigation element. To assign a group header to a navigation element in code, use the TileBar.SetGroupHeader method.