BarItems.Insert(Int32, Object) Method
Inserts a specifc Object into the BarItems collection at the specified location.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
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