Enum
DataGridSearchTextMatchMode

Defines the different search modes of the RadDataGrid, i.e. how text is searched within the texts elements.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataGridSearchTextMatchMode

Fields

Contains

An item is marked as a search-match as long as the search text is contained anywhere in the text element (cell or other).

Declaration

cs-api-definition
Contains = 0

Field Value

DataGridSearchTextMatchMode

StartsWith

An item is marked as a search-match only if the text of the text element (cell or other) contains a word that starts with the search text.

Declaration

cs-api-definition
StartsWith = 1

Field Value

DataGridSearchTextMatchMode

WholeWord

An item is marked as a search-match only if the text of the text element (cell or other) contains a word that matches the search text.

Declaration

cs-api-definition
WholeWord = 2

Field Value

DataGridSearchTextMatchMode

In this article
DefinitionFieldsContainsStartsWithWholeWord
Not finding the help you need?
Contact Support