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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

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