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

MVCxRibbonContextTabCategory.Tabs Property

Gets the collection of tabs contained in the current context tab category.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxRibbonTabCollection Tabs { get; }

Property Value

Type Description
MVCxRibbonTabCollection

A MVCxRibbonTabCollection object that is the collection of tabs.

Remarks

The Tabs property provides access to a collection that contains all the tabs of the current context tab category. This collection provides standard means to manipulate (add or remove) tabs within the tab control. A particular tab can be accessed using index notation.

See Also