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 the specified parameter and the editor for this parameter.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

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

Parameters

Name Type Description
parameter Parameter

A Parameter object specifying the parameter for which an event has been raised. This value is assigned to the ParameterInfo.Parameter property.

createEditor DevExpress.Utils.Function<Control, Parameter>

A Control class descendant specifying the editor for this parameter. This value is assigned to the ParameterInfo.Editor property.

See Also