Back to Devexpress

ASPxSpreadsheet.RibbonTabs Property

aspnet-devexpress-dot-web-dot-aspxspreadsheet-dot-aspxspreadsheet-6009e78f.md

latest1.8 KB
Original Source

ASPxSpreadsheet.RibbonTabs Property

Provides access to the collection of Ribbon tabs.

Namespace : DevExpress.Web.ASPxSpreadsheet

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public SpreadsheetRibbonTabCollection RibbonTabs { get; }
vb
Public ReadOnly Property RibbonTabs As SpreadsheetRibbonTabCollection

Property Value

TypeDescription
SpreadsheetRibbonTabCollection

A SpreadsheetRibbonTabCollection object that is the collection of the Ribbon’s tabs.

|

Remarks

The RibbonTabs property provides access to a collection that contains tabs of the Ribbon control used by the ASPxSpreadsheet. 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

AssociatedRibbonID

RibbonMode

Custom Ribbon

ASPxSpreadsheet Class

ASPxSpreadsheet Members

DevExpress.Web.ASPxSpreadsheet Namespace