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

XRControlParameterCollection.Contains(String) Method

Determines whether the specified parameter is in the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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