ASPxRibbon.ContextTabCategories Property
In This Article
Gets the collection of context tab categories.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonContextTabCategoryCollection ContextTabCategories { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The ContextTabCategories property provides access to a collection that contains context tab categories of the current ribbon control. 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