[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ConditionFilter.AndConditions

AndConditions Property

AndConditions

Gets or sets whether the Condition1 and Condition2 filter conditions should be combined with an 'And' or with an 'Or' operator.

Declaration
[Obsolete("Use Conditions[1].IsAnd instead of AndConditions. No need to set up AndConditions if there is only one filter condition. Use Conditions[index].IsAnd to get a value that determines whether current condition is combined with the previous condition using the 'And' operator.")]
public bool AndConditions { get; set; }