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

In This Topic
    IsThreeState Property
    In This Topic
    Gets or sets allows filter to accept nullable bool value.
    Syntax
    'Declaration
     
    
    Public Property IsThreeState As Boolean
    public bool IsThreeState {get; set;}
    See Also