aspnet-devexpress-dot-web-dot-aspxspreadsheet-1388e98b.md
A collection of ribbon context tab categories in the ASPxSpreadsheet control.
Namespace : DevExpress.Web.ASPxSpreadsheet
Assembly : DevExpress.Web.ASPxSpreadsheet.v25.2.dll
NuGet Package : DevExpress.Web.Office
public class SpreadsheetRibbonContextTabCategoryCollection :
RibbonContextTabCategoryCollection
Public Class SpreadsheetRibbonContextTabCategoryCollection
Inherits RibbonContextTabCategoryCollection
The following members return SpreadsheetRibbonContextTabCategoryCollection objects:
ASPxSpreadsheet holds ribbon context tab categories in a collection represented by an instance of the SpreadsheetRibbonContextTabCategoryCollection class 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.
IList<RibbonContextTabCategory>
ICollection<RibbonContextTabCategory>
IEnumerable<RibbonContextTabCategory>
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<RibbonContextTabCategory> RibbonContextTabCategoryCollection<RibbonContextTabCategory> RibbonContextTabCategoryCollection SpreadsheetRibbonContextTabCategoryCollection
See Also