CustomGetFullTextSearchPropertiesEventArgs() Constructor
Creates and initializes an instance of the CustomGetFullTextSearchPropertiesEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CustomGetFullTextSearchPropertiesEventArgs objects are used to supply arguments to the FilterController.CustomGetFullTextSearchProperties event. This event is triggered automatically by the FilterController. So, you do not need to use this constructor.
See Also