nullable property

bool nullable
getter/setter pair

Whether this property accepts null as a valid value.

When true, bool editors render in tristate mode and string editors treat an empty field as null.

Implementation

bool nullable;