nullable property
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;
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.
bool nullable;