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

BootstrapRibbon.Tabs Property

Gets the collection of ribbon tabs.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapRibbonTabCollection Tabs { get; }

Property Value

Type Description
DevExpress.Web.Bootstrap.BootstrapRibbonTabCollection

A BootstrapRibbonTabCollection object that is the collection of the ribbon’s tabs.

Remarks

The Tabs property provides access to a collection that contains tabs of the current ribbon control. This collection provides standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also