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