|
Article relates to
|
MaskedTextBox
|
|
Created by
|
Boryana Miloshevska
|
|
Last modified
|
December, 12, 2009
|
|
Last modified by
|
|
MaskedTextBox - DataBinding with StandardMask
This article demonstrates the usage of different Bindings in RadMaskedTextBox with
Standard mask.
At fires lets add some classes that will represent the data we want to show in the maskedtextbox:
1.Add the following class:
2.After that add some DataSource class:
3.And finally set the current DataContext:
4.In XAML you can set different value bindings:
That is all you have to do in order to have data bound RadMaskedTextBox.