Skip to main content
A newer version of this page is available. .

TileNavPane.SetTileNavGroupHeader(DependencyObject, Object) Method

Sets the value of the TileNavPane.TileNavGroupHeader attached property for a specific object.

Namespace: DevExpress.Xpf.Navigation

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

Declaration

public static void SetTileNavGroupHeader(
    DependencyObject element,
    object value
)

Parameters

Name Type Description
element DependencyObject

A DependencyObject whose TileNavPane.TileNavGroupHeader attached property is to be set.

value Object

A new value of the TileNavPane.TileNavGroupHeader attached property for the specified object.

See Also