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

XRControlCollection.IndexOf(XRControl) Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public int IndexOf(
    XRControl item
)

Parameters

Name Type Description
item XRControl

An XRControl object to locate in the collection.

Returns

Type Description
Int32

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

Remarks

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

See Also