[]
Represents a custom filter.
public abstract class CustomFilter : Filter, INotifyPropertyChanged, IComponent, IDisposable
Name | Description |
---|---|
CustomFilter(string) | Initializes a new instance of the CustomFilter. |
Name | Description |
---|---|
Expression | Gets or sets the expression of the current filter. |
Template | Gets or sets the control template that represents the custom filter. |
Name | Description |
---|---|
GetExpression() | Gets the expression for the current filter. |
SetExpression(Expression) | Sets the expression for the current filter. |