[]
        
(Showing Draft Content)

C1.Win.Input.Utils.TranslateValues

TranslateValues Class

Translates object values to check box states.

Inheritance
TranslateValues
Namespace: C1.Win.Input.Utils
Assembly: C1.Win.Input.8.dll
Syntax
[TypeConverter(typeof(TranslateValuesConverter))]
public class TranslateValues : INotifyPropertyChanged

Constructors

Name Description
TranslateValues()

Properties

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.

Methods

Name Description
OnPropertyChanged(object, PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when any properties change.