GalleryItemGroupCollection.Add(GalleryItemGroup) Method
Adds a new Gallery Item Group to the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public int Add(
GalleryItemGroup item
)
Public Function Add(
item As GalleryItemGroup
) As Integer
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
Feedback