[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnFilterEditor

ColumnFilterEditor Class

Editor used to inspect and modify ColumnFilter objects.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGridFilter.4.6.2.dll
Syntax
public class ColumnFilterEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged

Constructors

Name Description
ColumnFilterEditor()

Initializes a new instance of a ColumnFilterEditor.

Properties

Name Description
Filter

Gets or sets the ColumnFilter being edited

Operations
ValueFilterVisible

Gets or sets whether the value filter is currently being edited.

Methods

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.

Events

Name Description
CloseEditor

Occurs when the user closes the editor.

PropertyChanged