Skip to main content

XRControlParameterCollection.Contains(String) Method

Determines whether the specified parameter is in the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool Contains(
    string name
)

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