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

RibbonGalleryGroup Class

An individual gallery group in the gallery bar (RibbonGalleryBarItem) or drop-down gallery (RibbonGalleryDropDownItem) items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class RibbonGalleryGroup :
    CollectionItem

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.

ASPxRibbon_GalleryItemAndGroup

See Also