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

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.Data.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