Skip to main content

NullOperator(String) Constructor

In This Article

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#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