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.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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