Back to Devexpress

ASPxRibbon.ContextTabCategories Property

aspnet-devexpress-dot-web-dot-aspxribbon-86b16306.md

latest1.6 KB
Original Source

ASPxRibbon.ContextTabCategories Property

Gets the collection of context tab categories.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RibbonContextTabCategoryCollection ContextTabCategories { get; }
vb
Public ReadOnly Property ContextTabCategories As RibbonContextTabCategoryCollection

Property Value

TypeDescription
RibbonContextTabCategoryCollection

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

|

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

Ribbon

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace