Back to Devexpress

IListBox<TData, TValue>.SearchTextParseMode Property

blazor-devexpress-dot-blazor-dot-ilistbox-2-5c8a1973.md

latest1.7 KB
Original Source

IListBox<TData, TValue>.SearchTextParseMode Property

Specifies how the list box treats search words.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
ListSearchTextParseModeGroupWordsByAnd

The text parse mode.

|

Available values:

NameDescription
Default

The GroupWordsByAnd is used by default. The search words are grouped as individual conditions by the AND logical operator. Only records that match all the conditions are shown.

| | GroupWordsByAnd |

The search words are grouped as individual conditions by the AND logical operator. Only records that match all the conditions are shown.

| | GroupWordsByOr |

The search words are treated as individual conditions grouped by the OR logical operator. Records that match at least one of these conditions are shown.

| | ExactMatch |

The search words are not treated separately. Only records that match the search text exactly are shown.

|

Remarks

See the SearchTextParseMode property for additional information and an example.

See Also

IListBox<TData, TValue> Interface

IListBox<TData, TValue> Members

DevExpress.Blazor Namespace