FilterController.CreateCustomSearchCriteriaBuilder Event
Occurs when the Search Criteria Builder object used to build a criteria expression based on the value passed to the FilterController.FullTextFilterAction is created.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The CreateCustomSearchCriteriaBuilder event's data class is DevExpress.ExpressApp.SystemModule.CreateCustomSearchCriteriaBuilderEventArgs.
Remarks
You can handle this event and pass a custom DevExpress.ExpressApp.Filtering.SearchCriteriaBuilder instance to the e.SearchCriteriaBuilder parameter. The default CreateSearchCriteriaBuilder method will not be called in this case.
See Also