GalleryItemCollection.Group Property
In This Article
Gets or sets the group which owns the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public GalleryItemGroup Group { get; set; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
See Also