[]
Represents a filter to search text.
public class FullTextFilter : Filter, INotifyPropertyChanged
| Name | Description |
|---|---|
| FullTextFilter() |
| Name | Description |
|---|---|
| Delay | Gets or sets the delay that occurs between the key strokes and the value changed event. |
| Expression | Gets or sets the expression of the current Filter. |
| IsApplied | Gets a value indicating the current Filter is applied or not. |
| MatchCase | To know MatchCase mode is enable or not. |
| MatchWholeWord | To know MatchWholeWord mode is enable or not. |
| ShowMatchCase | Gets or sets whether the MatchCase checkbox is shown. |
| ShowMatchWholeWord | Gets or sets whether the MatchWholeWord checkbox is shown. |
| Text | Gets or sets the current string value of this filter. |
| Name | Description |
|---|---|
| Reset(bool) | Resets the filter value to the default value. |