Skip to main content
A newer version of this page is available. .

SearchMode Enum

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

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public enum SearchMode

Members

Name Description
SearchInProperty

Specifies that the FullTextSearch Action (see FilterController.FullTextFilterAction) searches the entire word combination typed by an end-user in the properties of the objects represented by the current List View.

SearchInObject

Specifies that the FullTextSearch Action (see FilterController.FullTextFilterAction) searches individual words from the word combination typed by an end-user in different properties of the objects represented by the current List View.

Related API Members

The following properties accept/return SearchMode values:

Remarks

This enumeration’s values are used to set the FilterController.FullTextSearchMode property.

To learn about the FullTextSearch Action, refer to the FilterController.FullTextFilterAction property description.

See Also