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

RibbonGalleryGroupCollection Class

A collection of groups in the RibbonGalleryBarItem or RibbonGalleryDropDownItem objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class RibbonGalleryGroupCollection :
    Collection<RibbonGalleryGroup>

The following members return RibbonGalleryGroupCollection objects:

Remarks

The ribbon items of the RibbonGalleryBarItem and RibbonGalleryDropDownItem types holds its groups in a collection represented by an instance of the RibbonGalleryGroupCollection class and can be accessed using the RibbonGalleryBarItem.Groups or RibbonGalleryDropDownItem.Groups property. The properties and methods exposed by the RibbonGalleryGroupCollection class can be used to perform common collection operations, such as adding new or deleting existing groups. Each item of the collection is represented by a RibbonGalleryGroup object. Individual groups can be accessed using indexer notation.

ASPxRibbon_GalleryItemAndGroup

See Also