This is a migrated thread and some comments may be shown as answers.

Changing the Value

1 Answer 66 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Libertad
Top achievements
Rank 1
Libertad asked on 20 Jul 2011, 02:41 PM
Hi,
How can I change the content of DateTime MaskedInput programmaticaly?
I set the new DateTime to Value property of MaskedInput but nothing changed.
the setter of Text property is inaccessible also and cannot be changed.
I've used MaskedInput in a UserControl and wanna change it from the main App Window in code.
What's the solution?  

1 Answer, 1 is accepted

Sort by
0
Libertad
Top achievements
Rank 1
answered on 21 Jul 2011, 09:14 AM
I solved it.
Make sure to use UpdateValueEvent property correctly like this:

UpdateValueEvent = "Property Changed"
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Libertad
Top achievements
Rank 1
Answers by
Libertad
Top achievements
Rank 1
Share this question
or