Skip to main content

GalleryItemCollection.Group Property

Gets or sets the group which owns the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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