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

TreeList.FilterEditorCreated Event

Allows you to customize the Filter Editor before it is displayed on screen.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public event FilterControlEventHandler FilterEditorCreated

Event Data

The FilterEditorCreated event's data class is DevExpress.XtraTreeList.FilterControlEventArgs.

Remarks

Use the FilterEditorCreated event to customize the Filter Editor, or prevent it from being displayed. The event fires each time the Filter Editor is to be displayed on screen.

See Also