AR
Anupama Roy
Syncfusion Team
August 29, 2005 10:20 AM UTC
Hi,
Please set the UseNullString property to true and specify the NullString to be displayed as shown below:
this.doubleTextBox4.UseNullString = true;
this.doubleTextBox1.NullString = "0.00001";
Please let me know if this helps.
Regards,
Anu.