Skip to main content
All docs
V24.1

BinaryOperator(String, TimeOnly, BinaryOperatorType) Constructor

Initializes a new instance of the BinaryOperator class with the specified type of binary operator. This binary operator compares values of the specified property and the TimeOnly value.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type Description
propertyName String

The name of the property whose values are compared to the value.

value TimeOnly

The value to compare with the values of the specified property.

type BinaryOperatorType

The type of the binary operator. This value is assigned to the BinaryOperator.OperatorType property.

See Also