Skip to main content

ParameterInfo(Parameter, Control) Constructor

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

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Package: DevExpress.Printing.Core

Declaration

public ParameterInfo(
    Parameter parameter,
    Control editor
)

Parameters

Name Type
parameter Parameter
editor Control
See Also