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

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