XRCrossBandControlCollection.Contains(XRCrossBandControl) Method
Determines whether the collection contains the specified cross-band control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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