Bars.Insert(Int32, Bar) Method
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An Int32 value indicating position inside of a Bars collection that the added bar should occupy. |
bar | Bar |
Remarks
Use the Bars.Add method instead, to simply add a Bar to a Bars collection without specifying the desired position. An array of Bars can be added via the Bars.AddRange method.
See Also