Skip to main content
All docs
V25.1
  • 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

    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