RibbonGalleryBarItem.Groups Property
In This Article
Gets the collection of gallery groups contained in the gallery bar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual RibbonGalleryGroupCollection Groups { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Groups property is used to provide access to the collection of groups within the gallery bar item. The collection is represented by an instance of the RibbonGalleryGroupCollection class and allows individual groups (which are instances of the RibbonGalleryGroup class) to be added, deleted and accessed using indexer notation.
See Also