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

RibbonGalleryBarItem.Groups Property

Gets the collection of gallery groups contained in the gallery bar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual RibbonGalleryGroupCollection Groups { get; }

Property Value

Type Description
RibbonGalleryGroupCollection

A RibbonGalleryGroupCollection object that is the collection of groups.

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.

ASPxRibbon_GalleryItemAndGroup

See Also