Skip to main content
A newer version of this page is available. .
Bar

BarItems.Insert(Int32, Object) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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