Skip to main content

RibbonControl.Tabs Property

Gets the collection of RibbonControl tabs.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ObservableCollection<RibbonTab> Tabs { get; }

Property Value

Type Description
ObservableCollection<RibbonTab>

A collection of objects that are tabs in the RibbonControl.

See Also