RibbonGalleryGroup Class
An individual gallery group in the gallery bar (RibbonGalleryBarItem) or drop-down gallery (RibbonGalleryDropDownItem) items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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.