Skip to main content

XRCrossBandControlCollection.Contains(XRCrossBandControl) Method

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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