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

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