Skip to main content
All docs
V25.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.v25.1.dll

    NuGet Package: DevExpress.Data

    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