Skip to main content
A newer version of this page is available. .

FilterControlEventArgs Properties

Provides data for the ColumnView.FilterEditorCreated event.
Name Description
Context Provides access to the ExpressionEditorContext object, which allows you to customize the FilterEditorControl‘s “Text” tab.
FilterBuilder Gets the form that displays the Filter Control.
FilterControl Gets the Filter Control that displays filter criteria. This property returns null if the ColumnViewOptionsFilter.DefaultFilterEditorView property is set to any value except Visual.
IFilterControl Gets the Filter Control that displays filter criteria.
ShowFilterEditor Gets or sets whether the Filter Editor must be displayed.
See Also