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

CriteriaOperator.IsNotNull() Method

Initializes a new UnaryOperator instance that checks whether the current criterion is not null.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public UnaryOperator IsNotNull()

Returns

Type Description
UnaryOperator

The new unary operator that checks whether the current criterion is not null.

See Also