IGrid.SearchTextParseMode Property
In This Article
Specifies how the grid treats search words.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(GridSearchTextParseMode.GroupWordsByAnd)]
GridSearchTextParseMode SearchTextParseMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Group |
The text parse mode. |
Available values:
Name | Description | Image |
---|---|---|
Group |
The search words are treated as individual conditions grouped 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
Refer to the SearchTextParseMode property description for more information and an example.
See Also