Back to Devexpress

MVCxRibbonItemCollection Class

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

latest2.8 KB
Original Source

MVCxRibbonItemCollection Class

Represents a collection of items within the Ribbon.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxRibbonItemCollection :
    RibbonItemCollection
vb
Public Class MVCxRibbonItemCollection
    Inherits RibbonItemCollection

The following members return MVCxRibbonItemCollection objects:

Implements

Show 13 items

IList

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

IList<RibbonItemBase>

ICollection<RibbonItemBase>

DevExpress.Web.Internal.IRibbonItemCollection<RibbonItemBase>

DevExpress.Web.Internal.ICovariantCollection<RibbonItemBase>

IEnumerable<RibbonItemBase>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

DevExpress.Web.Internal.IRibbonGroupOwner

Inheritance

Object StateManagedCollectionBase Collection Collection<RibbonItemBase> DevExpress.Web.RibbonItemCollection<RibbonItemBase> RibbonItemCollection MVCxRibbonItemCollection

See Also

MVCxRibbonItemCollection Members

Ribbon

DevExpress.Web.Mvc Namespace