IListBox<TData, TValue>.SearchTextParseMode Property
Specifies how the list box treats search words.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
[DefaultValue(GridSearchTextParseMode.GroupWordsByAnd)]
ListSearchTextParseMode SearchTextParseMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
List |
Group |
The text parse mode. |
Available values:
Name | Description |
---|---|
Default | The |
Group |
The search words are grouped as individual conditions by the |
Group |
The search words are treated as individual conditions grouped by the |
Exact |
The search words are not treated separately. Only records that match the search text exactly are shown. |
#Remarks
See the SearchTextParseMode property for more information and an example.