Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileLayoutControl.GroupHeader Attached Property

Gets or sets a tile group header. This is an attached property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

#Declaration

#Returns

Type Description
Object

An object that specifies a tile group header.

#Remarks

Tile groups can be created within a TileLayoutControl via the FlowLayoutControl.IsFlowBreak attached property. If you set this property to true for a tile, this tile will start a new group. If you need to display group headers, set the GroupHeader attached property for the first tile in the group.

To provide a template to present the GroupHeader object on-screen, use the TileLayoutControl.GroupHeaderTemplate property.

To allow end-users to edit group headers, set the TileLayoutControl.AllowGroupHeaderEditing property to true.

See Also