BaseGallery.Groups Property
In This Article
Gets a collection of groups owned by the gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual GalleryItemGroupCollection Groups { get; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
See Also