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

RibbonGalleryDropDownItem.Groups Property

Gets the collection of gallery groups contained in the gallery drop-down item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.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 drop-down 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