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

ParseFilterCriteriaEventArgs.SetNotEmpty() Method

Selects the data values that do not correspond to the empty string value.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

public bool SetNotEmpty()

Returns

Type Description
Boolean

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

See Also