Skip to main content

RibbonToolbarControl.Tabs Property

Gets the collection of RibbonToolbarControl tabs.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonToolbarTabCollection Tabs { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonToolbarTabCollection

A RibbonToolbarTabCollection object that is the collection of RibbonToolbarControl tabs.

Remarks

To learn more, see Tabs and Groups.

See Also