Skip to main content

UnaryOperator(UnaryOperatorType, String) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public UnaryOperator(
    UnaryOperatorType operatorType,
    string propertyName
)

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