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

NullOperator(String) Constructor

Initializes a new instance of the NullOperator class with the specified property name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public NullOperator(
    string operand
)

Parameters

Name Type Description
operand String

A String value which specifies the name of the property to check for null (Nothing in Visual Basic).

See Also