ParameterInfo(IParameter) Constructor
Initializes a new instance of the ParameterInfo class with the specified parameter.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameter | IParameter | An object implementing the IParameter interface. |
See Also