ComboBox Class
Extension to the System.Windows.Controls.ComboBox 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:ComboBox IsErrorShown="True"... />
ComboBox | Initializes a new instance of the ComboBox class |
IsErrorShown | Gets or sets whether error messages are shown to the user below the control.
The default is . |