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

XRCrossBandControlCollection.Contains(XRCrossBandControl) Method

Determines whether the collection contains the specified cross-band control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public bool Contains(
    XRCrossBandControl item
)

Parameters

Name Type Description
item XRCrossBandControl

An XRCrossBandControl object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified cross-band control; otherwise, false.

See Also