Skip to main content
A newer version of this page is available. .
Tab

RibbonItemCollection Class

A collection of items within the RibbonGroup.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class RibbonItemCollection :
    RibbonItemCollection<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.

Inheritance

See Also