[]
Translates object values to check box states.
[TypeConverter(typeof(TranslateValuesConverter))]
public class TranslateValues : INotifyPropertyChanged
| Name | Description |
|---|---|
| TranslateValues() |
| Name | Description |
|---|---|
| Checked | Value for Checked state. |
| Indeterminate | Value for Indeterminate state. |
| IndeterminateIsDbNull | Determines if DbNull is used for indeterminate state of check box. |
| Unchecked | Value for Unchecked state. |
| Name | Description |
|---|---|
| OnPropertyChanged(object, PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when any properties change. |