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

TileLayoutControl.GroupHeaderTemplate Property

Gets or sets a data template used to display 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 DataTemplate GroupHeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object used to display a tile group header.

Remarks

For more information on data templates, see Data Templating Overview topic.

See Also