Back to Devexpress

MVCxRibbonTabCollection Class

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

latest2.8 KB
Original Source

MVCxRibbonTabCollection Class

Represents a collection of tabs within the Ribbon.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxRibbonTabCollection :
    RibbonTabCollection
vb
Public Class MVCxRibbonTabCollection
    Inherits RibbonTabCollection

The following members return MVCxRibbonTabCollection objects:

Implements

Show 14 items

IList

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

IList<RibbonTab>

ICollection<RibbonTab>

DevExpress.Web.IRibbonOwner

DevExpress.Web.Internal.IContextTabCategoryOwner

DevExpress.Web.Internal.IRibbonTabCollection<RibbonTab>

DevExpress.Web.Internal.ICovariantCollection<RibbonTab>

IEnumerable<RibbonTab>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonTab> DevExpress.Web.RibbonTabCollection<RibbonTab> RibbonTabCollection MVCxRibbonTabCollection

See Also

MVCxRibbonTabCollection Members

Ribbon

DevExpress.Web.Mvc Namespace