ComponentOne MultiSelect for WinForms
C1.Win.Input.Utils Namespace / TranslateValues Class / IndeterminateIsDbNull Property

In This Topic
    IndeterminateIsDbNull Property (TranslateValues)
    In This Topic
    Determines if DbNull is used for indeterminate state of check box.
    Syntax
    'Declaration
     
    
    Public Property IndeterminateIsDbNull As Boolean
    public bool IndeterminateIsDbNull {get; set;}
    See Also