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