RibbonControlBase.TabTemplate Property
Gets or sets a template that defines the presentation of ribbon tabs. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| DataTemplate | A DataTemplate object that represents the ribbon tab template. |
See Also