Back to Devexpress

XRControlCollection.IndexOf(XRControl) Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolcollection-dot-indexof-x28-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-x29.md

latest1.6 KB
Original Source

XRControlCollection.IndexOf(XRControl) Method

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public int IndexOf(
    XRControl item
)
vb
Public Function IndexOf(
    item As XRControl
) As Integer

Parameters

NameTypeDescription
itemXRControl

An XRControl object to locate in the collection.

|

Returns

TypeDescription
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

XRControlCollection Class

XRControlCollection Members

DevExpress.XtraReports.UI Namespace