[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.ConditionalFilter

ConditionalFilter Class

Conditional allow to customize group conditions.

Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public abstract class ConditionalFilter : Filter, INotifyPropertyChanged, IComponent, IDisposable

Constructors

Name Description
ConditionalFilter()

Initialize root combination based on PropertyName.

Properties

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.

Methods

Name Description
Reset(bool)

Resets the filter value to the default value.