Skip to main content
Bar

Bars.IndexOf(Bar) Method

Determines the index of a specific item within the Bars collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    Bar bar
)

Parameters

Name Type Description
bar Bar

The Object to locate in the Bars collection.

Returns

Type Description
Int32

The index of the item found in the Bars; otherwise, -1.

See Also