[]
Base class represents a filter with checkbox.
public abstract class BoolFilterBase : Filter, INotifyPropertyChanged
| Name | Description |
|---|---|
| BoolFilterBase(string, bool) | Initializes a new instance of the BoolFilterBase with the name of the data item property. |
| Name | Description |
|---|---|
| DefaultValue | Gets or sets the default value of the current filter. |
| Expression | Gets the expression of the current filter. |
| IgnoreDefault | Gets or sets a value indicating whether the current filter applies when the Value is equal to the DefaultValue or not. |
| IsApplied | Gets a value indicating the current filter is applied or not. |
| Text | Gets or sets the text of label of checkbox. |
| Value | Gets or sets the value of the current filter. |
| Name | Description |
|---|---|
| Reset(bool) | Resets the filter value to the default value. |
| SetValue(bool, bool) | Sets a value of BoolFilterBase class. |