Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

TreeListEditor.FilterEditorCreated Event

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v20.2.dll

Declaration

public event EventHandler<BaseFilterControlEventArgs> FilterEditorCreated

Event Data

The FilterEditorCreated event's data class is BaseFilterControlEventArgs. The following properties provide information specific to this event:

Property Description
Context Provides access to the ExpressionEditorContext object, which allows you to customize the FilterEditorControl‘s “Text” tab.
FilterEditor Gets the FilterControl (in Visual view mode) or embedded FilterControl (in VisualText, TextVisual and Text view modes).
FilterEditorForm
IFilterEditor Provides access to the currently used Filter Control (FilterControl or FilterEditorControl) via an interface.
ShowFilterEditor Gets or sets whether to display the Filter Editor (the form that embeds the Filter Editor).
See Also