ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ConditionButtonsControl Class / IsAndChecked Property

In This Topic
    IsAndChecked Property
    In This Topic
    Gets or sets whether the And radio button is checked.
    Syntax
    'Declaration
     
    
    Public Property IsAndChecked As Nullable(Of Boolean)
    public Nullable<bool> IsAndChecked {get; set;}
    See Also