Skip to main content

UnaryOperator(UnaryOperatorType, CriteriaOperator) Constructor

Initializes a new UnaryOperator class with the specified operator type and operand 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,
    CriteriaOperator operand
)

Parameters

Name Type Description
operatorType UnaryOperatorType

The operator type.

operand CriteriaOperator

The operator that specifies the unary operator’s operand.

See Also