Back to Devexpress

RibbonItemCollection Class

aspnet-devexpress-dot-web-26477e17.md

latest3.2 KB
Original Source

RibbonItemCollection Class

A collection of items within the RibbonGroup.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonItemCollection :
    RibbonItemCollection<RibbonItemBase>
vb
Public Class RibbonItemCollection
    Inherits RibbonItemCollection(Of RibbonItemBase)

The following members return RibbonItemCollection objects:

Remarks

Each group within a ribbon control holds its items within a collection which is represented by an instance of the RibbonItemCollection class and can be accessed via the RibbonGroup.Items property. The properties and methods exposed by the RibbonItemCollection class can be used to perform common collection operations, such as adding new or deleting existing group items. Each item of the collection is represented by a RibbonItemBase class descendant object. Individual items can be accessed using indexer notation.

Implements

IList

IList<RibbonItemBase>

ICollection<RibbonItemBase>

IEnumerable<RibbonItemBase>

IStateManager

DevExpress.Utils.IAssignableCollection

ICollection

IEnumerable

Inheritance

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

See Also

RibbonItemCollection Members

Ribbon

DevExpress.Web Namespace