DatePicker Class
Extension to the System.Windows.Controls.DatePicker class.
1. Add a namespace attribute to the root element of the markup file it is to be used in:
xmlns:cc="clr-namespace:Common.Wpf.Controls;assembly=Common.Wpf.Controls"
2. Define the control specifying whether error messages should be shown below the control:
<cc:DatePicker IsErrorShown="True"... />
DatePicker | Initializes a new instance of the DatePicker class |
IsErrorShown | Gets or sets whether error messages are shown to the user below the control.
The default is . |