GalleryItemGroupCollection.Add(GalleryItemGroup) Method
In This Article
Adds a new Gallery Item Group to the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public int Add(
GalleryItemGroup item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Gallery |
A Gallery |
#Returns
Type | Description |
---|---|
Int32 | A Gallery |
See Also