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

GalleryItemCollection.Group Property

Gets or sets the group which owns the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GalleryItemGroup Group { get; set; }

Property Value

Type Description
GalleryItemGroup

A GalleryItemGroup object which owns the current collection.

See Also