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

RibbonTab.ContextTabCategory Property

Gets the context tab category to which the current tab belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public RibbonContextTabCategory ContextTabCategory { get; }

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

Context Tabs

See Also