Skip to main content
A newer version of this page is available. .

ParseFilterCriteriaEventArgs.SetNull() Method

Selects the data value that corresponds to the null value.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public bool SetNull()

Returns

Type Description
Boolean

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

See Also