Back to Devexpress

IGrid.SearchTextParseMode Property

blazor-devexpress-dot-blazor-dot-igrid-7686fa08.md

latest1.7 KB
Original Source

IGrid.SearchTextParseMode Property

Specifies how the grid treats search words.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
GridSearchTextParseModeGroupWordsByAnd

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

Refer to the SearchTextParseMode property description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace