Skip to main content

GalleryItemGroupCollection.Add(GalleryItemGroup) Method

Adds a new Gallery Item Group to the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Add(
    GalleryItemGroup item
)

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