FilterController.CreateCustomSearchCriteriaBuilder Event
In This Article
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.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<CreateCustomSearchCriteriaBuilderEventArgs> CreateCustomSearchCriteriaBuilder
#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