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

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.v18.2.dll

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