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

    Selects the data values that do not correspond to the blank value.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool SetNotBlanks()

    Returns

    Type Description
    Boolean

    true, if the data values are successfully selected; otherwise, false.

    See Also