Hi,
I'm trying to set up that the SfMaskedEdit set a empty value (or only literals) when the binding of the control is the default value.
In my case the SfMaskedEdit.Text is binding to a DateTime property. I would like that when the value of the property is the default value (01/01/0001) the SfMaskedEdit only show the mask __/__/____. (the property is not a nullable DateTime).
Is that possible?
Also another question, what's the difference between the control SfMaskedEdit and the MaskedTextBox?
Thanks in advance.