Back to Devexpress

SpreadsheetRibbonContextTabCategoryCollection Class

aspnet-devexpress-dot-web-dot-aspxspreadsheet-1388e98b.md

latest3.6 KB
Original Source

SpreadsheetRibbonContextTabCategoryCollection Class

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

Declaration

csharp
public class SpreadsheetRibbonContextTabCategoryCollection :
    RibbonContextTabCategoryCollection
vb
Public Class SpreadsheetRibbonContextTabCategoryCollection
    Inherits RibbonContextTabCategoryCollection

The following members return SpreadsheetRibbonContextTabCategoryCollection objects:

Remarks

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.

Implements

IList

IList<RibbonContextTabCategory>

ICollection<RibbonContextTabCategory>

IEnumerable<RibbonContextTabCategory>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonContextTabCategory> RibbonContextTabCategoryCollection<RibbonContextTabCategory> RibbonContextTabCategoryCollection SpreadsheetRibbonContextTabCategoryCollection

See Also

SpreadsheetRibbonContextTabCategoryCollection Members

DevExpress.Web.ASPxSpreadsheet Namespace