RibbonTab.ContextTabCategory Property
In This Article
Gets the context tab category to which the current tab belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonContextTabCategory ContextTabCategory { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
When a tab is contained in the ASPxRibbon.Tabs collection, it is a common tab. In this case, the ContextTabCategory property is empty.
#Online Demo
See Also