Skip to main content
.NET 8.0+

FilterController.FullTextSearchMode Property

Specifies the way in which the FullTextSearch Actions performs its search.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SearchMode FullTextSearchMode { get; set; }

Property Value

Type Description
SearchMode

A SearchMode enumeration value that specifies the way in which the FullTextSearch Action performs its search. The default value is SearchMode.SearchInObject.

Remarks

The FullTextSearchMode enumeration exposes the following values:

SearchInObject
Default value. FullTextSearch Action searches individual words from the word combination typed by a user in different properties included in the search scope.
SearchInProperty
FullTextSearch Action searches the word combination in each property included in the search scope.
See Also