[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.CustomFilter

CustomFilter Class

Represents a custom filter.

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

Constructors

Name Description
CustomFilter(string)

Initializes a new instance of the CustomFilter.

Properties

Name Description
Expression

Gets or sets the expression of the current filter.

Template

Gets or sets the control template that represents the custom filter.

Methods

Name Description
GetExpression()

Gets the expression for the current filter.

SetExpression(Expression)

Sets the expression for the current filter.