Why is the IsChecked property of a checkbox control in WPF of type bool? (or Nullable<bool>). I mean how can a checkbox control have the value of null?
IsChecked
bool?
Nullable<bool>
null
Yes the null value exists and appears as a filled box. It indicates "Not Applicable" to the system.
1.4m articles
1.4m replys
5 comments
57.0k users