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

ASPxSpreadsheet.RibbonContextTabCategories Property

Gets the collection of ribbon context tab categories.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public SpreadsheetRibbonContextTabCategoryCollection RibbonContextTabCategories { get; }

Property Value

Type Description
SpreadsheetRibbonContextTabCategoryCollection

A SpreadsheetRibbonContextTabCategoryCollection object that is the collection of context tab categories.

Remarks

When the ASPxSpreadsheet.RibbonMode property is not set to None, the ASPxSpreadsheet uses a ribbon as a toolbar. In this case, use the RibbonContextTabCategories property to access a collection of ribbon context tab categories. This collection provides the standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also