Skip to main content
All docs
V26.1
  • ParameterEditInfo(Parameter, Function<Control, Parameter>) Constructor

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

    Namespace: DevExpress.XtraReports.Parameters

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

    Declaration

    public ParameterEditInfo(
        Parameter parameter,
        Function<Control, Parameter> createEditor
    )

    Parameters

    Name Type
    parameter Parameter
    createEditor DevExpress.Utils.Function<Control, Parameter>
    See Also