CustomGetFullTextSearchPropertiesEventArgs Class
Arguments passed to the FilterController.CustomGetFullTextSearchProperties event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CustomGetFullTextSearchProperties event allows you to specify the properties over which the FullTextSearch Action performs its search. Since this event is triggered automatically by the FilterController, you do not need to instantiate CustomGetFullTextSearchPropertiesEventArgs objects.
Inheritance
Object
EventArgs
HandledEventArgs
CustomGetFullTextSearchPropertiesEventArgs
See Also