Skip to main content

NullOperator(String) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.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