UnaryOperator(UnaryOperatorType, String) Constructor
Initializes a new instance of the UnaryOperator class with the specified settings.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| operatorType | UnaryOperatorType | A UnaryOperator enumeration value which specifies the type of the unary operator. This value is assigned to the UnaryOperator.OperatorType property. |
| propertyName | String | A String value which specifies the property’s name. |
See Also