Skip to main content

UnaryOperator(UnaryOperatorType, String) Constructor

Initializes a new UnaryOperator class with the specified operator type and name of the property on which the operator acts.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public UnaryOperator(
    UnaryOperatorType operatorType,
    string propertyName
)

Parameters

Name Type Description
operatorType UnaryOperatorType

The operator type.

propertyName String

The name of the property on which the operator acts.

See Also