FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ConditionFilter Class / AndConditions Property

In This Topic
    AndConditions Property
    In This Topic
    Gets or sets how the two conditions should be combined ('and' or 'or').
    Syntax
    'Declaration
     
    Public Property AndConditions As Boolean
    public bool AndConditions {get; set;}
    See Also