Skip to main content
.NET 6.0+

TreeListEditor.FilterEditorCreated Event

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.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