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

Bars.Add(Bar) Method

Adds an item to the Bars collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual int Add(
    Bar bar
)

Parameters

Name Type Description
bar Bar

The Bar to be added to the BarItems collection.

Returns

Type Description
Int32

The position within the collection in which a new element is added.

See Also