Skip to main content

RibbonControl.Tabs Property

Gets the collection of RibbonControl tabs.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonTabCollection Tabs { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonTabCollection

A RibbonTabCollection object that is the collection of RibbonControl tabs.

Remarks

Use the Tabs property to obtain the collection of RibbonControl tabs.

See Also