Back to Devexpress

BootstrapSpreadsheet.RibbonTabs Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapspreadsheet-b382e7dc.md

latest1.7 KB
Original Source

BootstrapSpreadsheet.RibbonTabs Property

Provides access to the collection of a Spreadsheet ribbon tabs.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[Themeable(false)]
public BootstrapSpreadsheetRibbonTabCollection RibbonTabs { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<Themeable(False)>
Public ReadOnly Property RibbonTabs As BootstrapSpreadsheetRibbonTabCollection

Property Value

TypeDescription
DevExpress.Web.Bootstrap.BootstrapSpreadsheetRibbonTabCollection

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

|

Remarks

The RibbonTabs property provides access to a collection that contains tabs of a built-in ribbon used by the Spreadsheet. This collection provides the standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also

BootstrapSpreadsheet Class

BootstrapSpreadsheet Members

DevExpress.Web.Bootstrap Namespace