Skip to main content
All docs
V25.1
  • ParseFilterCriteriaEventArgs.SetEmpty() Method

    Selects the data value that corresponds to the empty string value.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool SetEmpty()

    Returns

    Type Description
    Boolean

    true, if the data value is successfully selected; otherwise, false.

    See Also