Back to Devexpress

DxGridModel.SearchTextParseMode Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-dot-models-dot-dxgridmodel-e2669ad6.md

latest2.3 KB
Original Source

DxGridModel.SearchTextParseMode Property

Specifies how the grid treats search words.

Namespace : DevExpress.ExpressApp.Blazor.Editors.Models

Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
public GridSearchTextParseMode SearchTextParseMode { get; set; }
vb
Public Property SearchTextParseMode As GridSearchTextParseMode

Property Value

TypeDescription
GridSearchTextParseMode

The text parse mode.

|

Available values:

NameDescriptionImage
GroupWordsByAnd

The search words are treated as individual conditions grouped by the AND logical operator. Only records that match all of 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

This member is a wrapper for the DxGrid component’s DxGrid.SearchTextParseMode member. Refer to its description for more information.

See Also

DxGridModel Class

DxGridModel Members

DevExpress.ExpressApp.Blazor.Editors.Models Namespace