How to display an empty value in NumericUpDown control?

Viewed 11845

I have a Windows Forms application that includes NumericUpDown control With Minimum and Maximum values set to (50:80) accordingly and step 1.

When form loads the NumericUpDown shows 50.

I know that NumericUpDown is for picking numbers and numeric types and always has a value, but is there any way to make it show empty when form loads?

1 Answers
Related