Skip to main content
All docs
V25.1
  • XRControlParameterCollection(XRControl) Constructor

    Initializes a new instance of the XRControlParameterCollection class with the specified settings.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public XRControlParameterCollection(
        XRControl parent
    )

    Parameters

    Name Type Description
    parent XRControl

    The control to which the parameter collection belongs.

    See Also