Skip to main content

TileLayoutControl.GroupHeaderStyle Property

Gets or sets a style applied to tile group headers. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public Style GroupHeaderStyle { get; set; }

#Property Value

Type Description
Style

The style applied to tile group headers.

#Remarks

The target type: DevExpress.Xpf.LayoutControl.TileGroupHeader.

To learn more about styles, see the Styling and Templating topic in MSDN.

See Also