Skip to main content

BandCollection.IndexOf(Band) Method

Returns the zero-based index of the specified band in the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int IndexOf(
    Band band
)

Parameters

Name Type Description
band Band

A Band object to locate in the collection.

Returns

Type Description
Int32

An integer value representing the position of the specified band in the collection.

Remarks

If the specified band is not found in the collection this method returns -1.

See Also