Skip to main content
.NET 6.0+

CustomGetFullTextSearchPropertiesEventArgs() Constructor

Creates and initializes an instance of the CustomGetFullTextSearchPropertiesEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomGetFullTextSearchPropertiesEventArgs()

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