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.1.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.