RibbonTab.ContextTabCategory Property
Gets the context tab category to which the current tab belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
RibbonContextTabCategory | A RibbonContextTabCategory object that is the current tab’s context category. |
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