[]
Wrapper used as a binding wrapper for filter items displayed in the editor list box.
public class FilterItem : INotifyPropertyChanged
| Name | Description |
|---|---|
| FilterItem(string, bool) | Initializes a new instance of a FilterItem. |
| Name | Description |
|---|---|
| Key | Gets the name of the item. |
| Value | Gets or sets a value that determines whether this item should be accepted by the filter. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes (required for binding). |