Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

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