[]
        
(Showing Draft Content)

C1.WPF.DataFilter.ConditionalFilter

ConditionalFilter Class

Conditional allow to customize group conditions.

Namespace: C1.WPF.DataFilter
Assembly: C1.WPF.DataFilter.dll
Syntax
public abstract class ConditionalFilter : Filter, INotifyPropertyChanged

Constructors

Name Description
ConditionalFilter()

Initialize root combination based on PropertyName.

Properties

Name Description
CombinationExpressions

Flattened CombinationExpression

DefaultFilterOperation

Gets or sets the value of C1.DataCollection.FilterOperation, which is used as the default value for a newly added expression. The default value is C1.DataCollection.FilterOperation.Equal.

Delay

Gets or sets the delay that occurs between the key strokes and the value changed event.

Expression

Gets or sets the root combination expression.

SupportedFilterOperations

List of supported C1.DataCollection.FilterOperation.

Methods

Name Description
Reset(bool)

Resets the filter value to the default value.