Back to Devexpress

CustomGetFullTextSearchPropertiesEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-7c65a789.md

latest2.2 KB
Original Source

CustomGetFullTextSearchPropertiesEventArgs Class

Arguments passed to the FilterController.CustomGetFullTextSearchProperties event.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomGetFullTextSearchPropertiesEventArgs :
    HandledEventArgs
vb
Public Class CustomGetFullTextSearchPropertiesEventArgs
    Inherits HandledEventArgs

CustomGetFullTextSearchPropertiesEventArgs is the data class for the following events:

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

CustomGetFullTextSearchPropertiesEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace