Skip to main content
A newer version of this page is available. .

UnaryOperator(UnaryOperatorType, String) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

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