Back to Devexpress

ITreeList.SearchTextParseMode Property

blazor-devexpress-dot-blazor-dot-itreelist-51495631.md

latest1.6 KB
Original Source

ITreeList.SearchTextParseMode Property

Specify how the TreeList searches for a match if the query contains multiple words.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(TreeListSearchTextParseMode.GroupWordsByAnd)]
TreeListSearchTextParseMode SearchTextParseMode { get; set; }

Property Value

TypeDefaultDescription
TreeListSearchTextParseModeGroupWordsByAnd

An enumeration value.

|

Available values:

NameDescriptionImage
GroupWordsByAnd

The TreeList searches for a row containing all the words from the search query (in any order).

|

| | GroupWordsByOr |

The TreeList searches for a row containing any word from the search query.

|

| | ExactMatch |

The TreeList searches for an exact matching phrase.

|

|

Remarks

Refer to the SearchTextParseMode property description for additional information and an example.

See Also

ITreeList Interface

ITreeList Members

DevExpress.Blazor Namespace