RibbonGalleryGroup Class
An individual gallery group in the gallery bar (RibbonGalleryBarItem) or drop-down gallery (RibbonGalleryDropDownItem) items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return RibbonGalleryGroup objects:
Remarks
A gallery bar and drop-down gallery items maintain collections of groups and items. Groups are represented by instances of the RibbonGalleryGroup class which can be accessed using the RibbonGalleryBarItem.Groups/RibbonGalleryDropDownItem.Groups property. These properties return the RibbonGalleryGroupCollection collection which allows you to add, delete and move groups. To get access to the items the group contains, use the RibbonGalleryGroup.Items property.
Inheritance
Object
StateManager
CollectionItem
RibbonGalleryGroup
See Also