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

TileBar.SetGroupHeader(DependencyObject, Object) Method

OBSOLETE

The TileBar.GroupHeader property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.

Sets the value of the TileBar.GroupHeader attached property for a specific object.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("The TileBar.GroupHeader property is now obsolete. Use the TileBar.GroupStyle property and the CollectionView grouping functionality instead.")]
public static void SetGroupHeader(
    DependencyObject element,
    object value
)

Parameters

Name Type Description
element DependencyObject

A DependencyObject whose TileBar.GroupHeader attached property is to be set.

value Object

A new value of the TileBar.GroupHeader attached property for the specified object.

See Also