Skip to main content

RibbonTabBase.GroupTemplate Property

Gets or sets a template that specifies the appearance of groups located within the current tab. 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 ribbon group template.

Remarks

Use the GroupTemplate property to control the appearance of groups located within the current ribbon tab.

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

See Also