RibbonItemCollection Class
A collection of items within the RibbonGroup.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.