TileNavPane.GetTileNavGroupHeader(DependencyObject) Method
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 GetTileNavGroupHeader method allows you to retrieve the group header (TileNavPane.TileNavGroupHeader) assigned to the specified navigation element. To assign a group header to a navigation element in code, use the TileNavPane.SetTileNavGroupHeader method.
See Also