RibbonGalleryItemCollection Class
A collection of gallery items in a gallery group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return RibbonGalleryItemCollection objects:
Remarks
Each gallery group (RibbonGalleryGroup) in the RibbonGalleryBarItem or RibbonGalleryDropDownItem objects holds its items in a collection represented by an instance of the RibbonGalleryItemCollection class and can be accessed using the RibbonGalleryGroup.Items property. The properties and methods exposed by the RibbonGalleryItemCollection class can be used to perform common collection operations, such as adding new or deleting the existing group items. Each item of the collection is represented by a RibbonGalleryItem object. Individual items can be accessed using indexer notation.