NumericUpDown - Add Support for Nullable Types
description
The NumericUpDown control appears to assume that the source data is from a non-nullable type (double). As such, it will always write a value to a Nullable source property, even if the end user has not actively supplied a value.