GalleryItemGroupCollection.Add(GalleryItemGroup) Method
Adds a new Gallery Item Group to the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | GalleryItemGroup | A GalleryItemGroup object to add to the collection. |
Returns
Type | Description |
---|---|
Int32 | A GalleryItemGroup object that has been added to the collection. |
See Also