Skip to main content

BaseGallery.Groups Property

Gets a collection of groups owned by the gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual GalleryItemGroupCollection Groups { get; }

Property Value

Type Description
GalleryItemGroupCollection

A GalleryItemGroupCollection object that represents the collection of groups owned by the gallery.

See Also