CustomGetFullTextSearchPropertiesEventArgs.Properties Property
In This Article
Provides access to a list of the names of the properties over which the FullTextSearch Action performs its search.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
List<String> | A list of the names of the properties over which the Full |
#Remarks
Use this property to specify the names of the properties over which the FullTextSearch Action must perform its search. For a detailed explanation, refer to the FilterController.CustomGetFullTextSearchProperties event description.
See Also