Bars.Add(Bar) Method
Adds an item to the Bars collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
bar | Bar |
Returns
Type | Description |
---|---|
Int32 | The position within the collection in which a new element is added. |
See Also