XRControlParameterCollection.Contains(String) Method
Determines whether the specified parameter is in the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The parameter name. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the parameter is found in the collection; otherwise, false. |
See Also