Skip to main content
Bar

Gallery.Groups Property

Gets a collection of item groups owned by the gallery.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public GalleryItemGroupCollection Groups { get; }

#Property Value

Type Description
GalleryItemGroupCollection

A GalleryItemGroupCollection object that is the collection of item groups owned by the ribbon gallery.

#Remarks

Use the Groups property to add gallery item groups (GalleryItemGroup) to the current gallery.

See Also