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

SpreadsheetRibbonContextTabCategoryCollection Class

A collection of ribbon context tab categories in the ASPxSpreadsheet control.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetRibbonContextTabCategoryCollection :
    RibbonContextTabCategoryCollection

The following members return SpreadsheetRibbonContextTabCategoryCollection objects:

Remarks

ASPxSpreadsheet holds ribbon context tab categories in a collection represented by an instance of the SpreadsheetRibbonContextTabCategoryCollectionclass and can be accessed by the ASPxSpreadsheet.RibbonContextTabCategories property. The properties and methods exposed by the SpreadsheetRibbonContextTabCategoryCollection class can be used to perform common collection operations such as adding new or deleting existing categories. Each item of the collection is represented by a RibbonContextTabCategory object. Individual categories can be accessed using indexer notation.

See Also