FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ConditionFilter Class / Conditions Property

In This Topic
    Conditions Property (ConditionFilter)
    In This Topic
    Gets the set of logical conditions defined for the filtering.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Conditions As ObservableCollection(Of Condition)
    public ObservableCollection<Condition> Conditions {get;}
    See Also