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

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