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

ParameterInfo(Parameter, Control) 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,
    Control editor
)

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.

editor Control

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

See Also