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

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

Declaration

public DataTemplate GroupTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.DataTemplate

A Windows.UI.Xaml.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