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

ParameterInfo(Parameter, Function<Control, Parameter>) Constructor

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

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

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

Parameters

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