Skip to main content
Bar

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

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