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