validationrule Questions
1
I have a complicated scenario using ValidationRules that I need some help with. I have a User Control that is roughly organized like this:
Parent (ItemsControl)
Child 1
Property 1
Property 2
C...
Hygrothermograph asked 3/8, 2012 at 20:32
1
Solved
At the moment I have a grid and I'm trying to have a cell with validation rules. To validate it, I require the row's min and max value.
Validation Class:
public decimal Max { get; set; }
public...
Thesda asked 31/3, 2017 at 16:47
1
Solved
I am newbie to WPF.In my UserControl,I have 8 labels and its respective 8 textboxes as follows:
1.Label : abc 2.Label : def
TextBox1 : TextBox2 :
3.Label :xyz 4. Label : ghi
Textbox3 : TextBox4...
Maccaboy asked 23/1, 2013 at 13:44
1
© 2022 - 2024 — McMap. All rights reserved.