DxGridModel.SearchTextParseMode Property
Specifies how the grid treats search words.
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
| Type | Description |
|---|---|
| GridSearchTextParseMode | The text parse mode. |
Available values:
| Name | Description | Image |
|---|---|---|
| GroupWordsByAnd | The search words are treated as individual conditions grouped by the |
|
| GroupWordsByOr | The search words are treated as individual conditions grouped by the |
|
| ExactMatch | The search words are not treated separately. Only records that match the search text exactly are shown. |
|
Remarks
This member is a wrapper for the DxGrid component’s DxGrid.SearchTextParseMode member. Refer to its description for more information.


