[]
Editor used to inspect and modify ColumnFilter objects.
public class ColumnFilterEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
| Name | Description |
|---|---|
| ColumnFilterEditor() | Initializes a new instance of a ColumnFilterEditor. |
| Name | Description |
|---|---|
| Filter | Gets or sets the ColumnFilter being edited |
| Operations | |
| ValueFilterVisible | Gets or sets whether the value filter is currently being edited. |
| Name | Description |
|---|---|
| AddValueCheckBox(object, bool) | Adds a checkbox to value list. |
| InitializeUI() | Update editor UI based on the current column filter. |
| OnApplyTemplate() | Build the control layout. |
| OnCloseEditor(bool) | Raises the CloseEditor event. |
| OnKeyDown(KeyEventArgs) | Close editor when user presses Enter or Escape. |
| UpdateResourceDictionary(ResourceDictionary, object) | |
| UpdateValueList() | Re-populates the list of values in the value filter. |
| Name | Description |
|---|---|
| CloseEditor | Occurs when the user closes the editor. |
| PropertyChanged |