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

RibbonControlBase.TabsSource Property

Gets or sets the source of tabs with which this RibbonControlBase should be populated. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v19.2.dll

Declaration

public object TabsSource { get; set; }

Property Value

Type Description
Object

An object that stores ribbon tabs.

See Also