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.v19.1.dll

Declaration

public GalleryItemGroup Group { get; set; }

Property Value

Type Description
GalleryItemGroup

A GalleryItemGroup object which owns the current collection.

See Also