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

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