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

BinaryOperator(String, DateTime, BinaryOperatorType) Constructor

Initializes a new BinaryOperator with the specified name of a property with whose value the operator acts, the second value to manipulate, and the operator type.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public BinaryOperator(
    string propertyName,
    DateTime value,
    BinaryOperatorType type
)

Parameters

Name Type Description
propertyName String

The name of the property with whose value the operator acts. It can be a path through object relationships, for example "Employer.Addresses". This value is case-sensitive.

value DateTime

The second date-time value to manipulate with.

type BinaryOperatorType

The operator type.

See Also