Skip to main content
All docs
V26.1
  • BinaryOperator(String, DateOnly) Constructor

    Initializes a new instance of the BinaryOperator class that compares values of the specified property and the DateOnly value.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public BinaryOperator(
        string propertyName,
        DateOnly value
    )

    Parameters

    Name Type Description
    propertyName String

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

    value DateOnly

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

    See Also