Skip to main content

ParameterInfo(IParameter) Constructor

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

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ParameterInfo(
    IParameter parameter
)

Parameters

Name Type Description
parameter IParameter

An object implementing the IParameter interface.

See Also