Skip to main content

ParseFilterCriteriaEventArgs.SetNotNull() Method

In This Article

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

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public bool SetNotNull()

#Returns

Type Description
Boolean

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

See Also