Back to Devexpress

RibbonSettings.Tabs Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ribbonsettings.md

latest1.4 KB
Original Source

RibbonSettings.Tabs Property

Gets the collection of ribbon tabs.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxRibbonTabCollection Tabs { get; }
vb
Public ReadOnly Property Tabs As MVCxRibbonTabCollection

Property Value

TypeDescription
MVCxRibbonTabCollection

A MVCxRibbonTabCollection object that is the collection of the ribbon’s tabs.

|

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.

See Also

Ribbon

RibbonSettings Class

RibbonSettings Members

DevExpress.Web.Mvc Namespace