RibbonSettings.Tabs Property
Gets the collection of ribbon tabs.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxRibbonTabCollection Tabs { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
The Tabs property provides access to a collection that contains tabs of the current Ribbon extension. This collection provides standard means to manipulate (add or remove) tabs within the extension. A particular tab can be accessed using index notation.