Hi Ionut,
You could use the following code for this purpose :
integerTextBox1.NullString = "";
integerTextBox1.UseNullString = true;
integerTextBox1.Text = null;
Please refer to the
sample that shows this. Let me know if you need further assistance.
Regards,
Guru Patwal
Syncfusion, Inc.