RibbonTabBase.GroupTemplate Property
In This Article
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 |
---|---|
Data |
A Data |
#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