Skip to main content

TileNavPane.GetTileNavGroupHeader(DependencyObject) Method

Returns the group header of the specified navigation element.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public static object GetTileNavGroupHeader(
    DependencyObject element
)

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