Skip to main content

ToolbarControl.GroupTemplate Property

Gets or sets a template that specifies the appearance of groups located within the toolbar control. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplate GroupTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that represents the toolbar group template.

Remarks

Use the GroupTemplate property to control the appearance of groups located within the toolbar control.

The ToolbarControl.GroupTemplateSelector property allows you to implement custom logic to choose the required template.

See Also