Back to Devexpress

TileLayoutControl.GroupHeaderStyle Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tilelayoutcontrol-76a7be46.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public Style GroupHeaderStyle { get; set; }
vb
Public Property GroupHeaderStyle As Style

Property Value

TypeDescription
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

GroupHeader

TileLayoutControl Class

TileLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace