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

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

Declaration

public DataTemplate TabTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that represents the ribbon tab template.

See Also