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

RibbonGalleryItemCollection Class

A collection of gallery items in a gallery group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class RibbonGalleryItemCollection :
    Collection<RibbonGalleryItem>

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.

ASPxRibbon_GalleryItemAndGroup

See Also