SpreadsheetRibbonTabCollection Class
A collection of Ribbon tabs related to the ASPxSpreadsheet.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Related API Members
The following members return SpreadsheetRibbonTabCollection objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxSpreadsheet.RibbonTabs |
ASP.NET MVC Extensions | SpreadsheetSettings.RibbonTabs |
Remarks
A Ribbon control used by the ASPxSpreadsheet holds its tabs within a collection represented by an instance of the SpreadsheetRibbonTabCollection class. This collection can be accessed via the ASPxSpreadsheet.RibbonTabs property. The properties and methods exposed by the SpreadsheetRibbonTabCollection class can be used to perform common collection operations such as adding new or deleting existing tabs. Each item of the collection is represented by a RibbonTab object. Individual tabs can be accessed using indexer notation.