Skip to main content
All docs
V25.1
  • ParameterEditInfo(Parameter, Control) Constructor

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

    Namespace: DevExpress.XtraReports.Parameters

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public ParameterEditInfo(
        Parameter parameter,
        Control editor
    )

    Parameters

    Name Type
    parameter Parameter
    editor Control
    See Also