Skip to main content
Bar

BarItems.Insert(Int32, Object) Method

Inserts a specifc Object into the BarItems collection at the specified location.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int index,
    object item
)

Parameters

Name Type Description
index Int32

The zero-based index at which an item is inserted.

item Object

The Object to insert in the BarItems.

See Also