VGridControl.FilterEditorCreated Event
Allows you to customize the filter editor before it is displayed on screen.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Event Data
The FilterEditorCreated event's data class is DevExpress.XtraVerticalGrid.Events.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 about to be displayed on screen.
See Also