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

XRCrossBandControlCollection.IndexOf(XRCrossBandControl) Method

Returns the specified object’s position within the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public int IndexOf(
    XRCrossBandControl item
)

Parameters

Name Type Description
item XRCrossBandControl

An XRCrossBandControl object to locate in the collection.

Returns

Type Description
Int32

A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection.

Remarks

This method scans the collection starting from the first element and returns the index of the first matching element found.

See Also