FilterController.GetFullTextSearchProperties() Method
Returns properties scanned by the FullTextSearch Action (property selection is based on the FilterController.FullTextSearchTargetPropertiesMode property value).
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
ICollection<String> | An |
Remarks
Use this method when you handle the FilterController.CustomGetFullTextSearchProperties event. The method helps you determine properties used in search operations.
See Also