Skip to main content

Filter Editor

The Filter Editor allows end-users to build filter criteria in the Tree-like and/or IntelliSense text-based form.

 

Tree-like Filter Editor:

veFilterEditor

IntelliSense text-based Filter Editor:

FilterEditorControl

 

The table below lists the main properties that affect element appearance.

Availability

The ColumnViewOptionsFilter.AllowFilterEditor option.

End-users can invoke the Filter Editor using the Edit filter button that is displayed within the filter panel. The Filter Editor is also invoked when choosing the (Custom…) item from the filter dropdown, provided that the custom filter dialog cannot display a filter condition that is applied to the corresponding column or card field.

Customization

The ColumnView.FilterEditorCreated event.

Handle this event to access the Filter Control and customize its additional settings. For example:

  • FilterControl.ShowOperandTypeIcon - Specifies whether the Filter Control allows users to compare values of one filter column with constants or values of other columns.

Select Tree-like or Text-based filter editing style

The ColumnViewOptionsFilter.DefaultFilterEditorView property.

Filter Data Based on Collection Properties

FilterEditorAggregateEditing

See Also