Version

BoolToValueConverter Class Members

The following tables list the members exposed by BoolToValueConverter.

Public Constructors
 NameDescription
Public ConstructorBoolToValueConverter ConstructorInitializes a new BoolConverter  
Protected Fields
 NameDescription
Protected FieldfalseValueThis should be set by the derived class to the value that corresponds to false. (Inherited from Infragistics.Windows.Controls.BoolConverter)
Protected FieldtrueValueThis should be set by the derived class to the value that corresponds to true. (Inherited from Infragistics.Windows.Controls.BoolConverter)
Public Properties
 NameDescription
Public PropertyFalseConvertValueFalse will be converted to this value.  
Public PropertyTrueConvertValueTrue will be converted to this value.  
See Also