[]
Conditional allow to customize group conditions.
public abstract class ConditionalFilter : Filter, INotifyPropertyChanged, IComponent, IDisposable
Name | Description |
---|---|
ConditionalFilter() | Initialize root combination based on PropertyName. |
Name | Description |
---|---|
CombinationExpressions | Flattened CombinationExpression |
DefaultFilterOperation | Gets or sets the value of FilterOperation, which is used as the default value for a newly added expression. The default value is 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 FilterOperation. |
Name | Description |
---|---|
Reset(bool) | Resets the filter value to the default value. |