Back to Devexpress

BaseGallery.Groups Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-f2b3b4b3.md

latest1.3 KB
Original Source

BaseGallery.Groups Property

Gets a collection of groups owned by the gallery.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual GalleryItemGroupCollection Groups { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Groups As GalleryItemGroupCollection

Property Value

TypeDescription
GalleryItemGroupCollection

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

|

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace