Back to Devexpress

GridSearchTextParseMode Enum

blazor-devexpress-dot-blazor-684cc271.md

latest2.4 KB
Original Source

GridSearchTextParseMode Enum

Lists values that specify how the grid treats search words.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum GridSearchTextParseMode

Members

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.

|

|

The following properties accept/return GridSearchTextParseMode values:

LibraryRelated API Members
BlazorDxGrid.SearchTextParseMode
IGrid.SearchTextParseMode
XAF: Cross-Platform .NET App UI & Web APIDxGridModel.SearchTextParseMode

Remarks

The search feature allows you to filter and highlight the search text in grid data. If the search text contains multiple words separated by space characters, the words can be treated as a single condition or as individual conditions grouped by the Or or And operator.

Set the SearchTextParseMode property to a value of the GridSearchTextParseMode enumerator to specify how the Grid component treats search words.

For additional information about search in the Grid component, refer to the following topic: Search Box in Blazor Grid.

See Also

DevExpress.Blazor Namespace