Skip to main content
.NET 6.0+

CustomGetFullTextSearchPropertiesEventArgs Class

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CustomGetFullTextSearchPropertiesEventArgs :
    HandledEventArgs

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