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

LayoutGroup.GroupTemplate Property

Gets or sets the template used to render the LayoutGroup. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public DataTemplate GroupTemplate { get; set; }

Property Value

Type Description
DataTemplate

Type: DataTemplate

A data template. The default is a null reference (Nothing in Visual Basic).

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also