Skip to main content

GalleryItemGroupCollection.Insert(Int32, GalleryItemGroup) Method

Adds the specified Gallery Item Group at the specified position.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Insert(
    int index,
    GalleryItemGroup group
)

Parameters

Name Type Description
index Int32

A zero-based integer which specifies the position at which the Gallery Item Group should be inserted. If it’s negative or exceeds the number of elements within the collection an exception is thrown.

group GalleryItemGroup

A GalleryItemGroup object to insert.

See Also