TreeList.FilterEditorCreated Event
In This Article
Allows you to customize the Filter Editor before it is displayed on screen.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#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