ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ThreeStateFilter Class / IsFalseChecked Property

In This Topic
    IsFalseChecked Property
    In This Topic
    Gets or sets the value of the false condition.
    Syntax
    'Declaration
     
    
    Public Property IsFalseChecked As Boolean
    public bool IsFalseChecked {get; set;}
    See Also