Represents a collection of items within the Ribbon.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public class MVCxRibbonItemCollection : RibbonItemCollection
|
VB |
Public Class MVCxRibbonItemCollection Inherits RibbonItemCollection
|

Inheritance Hierarchy
System.Object
StateManagedCollectionBase
Collection
Collection<RibbonItemBase>
DevExpress.Web.RibbonItemCollection<DevExpress.Web.RibbonItemBase>
RibbonItemCollection
MVCxRibbonItemCollection

See Also