ClassDataGridSearchMatch
Class
Contains information about search-math within the text elements of a RadDataGrid.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DataGridSearchMatch
Inheritance: objectDataGridSearchMatch
Constructors
DataGridSearchMatch()
Initializes a new instance of the class.
Declaration
cs-api-definition
public DataGridSearchMatch()
DataGridSearchMatch(int, int)
Initializes a new instance of the class.
DataGridSearchMatch(int, int, DataGridColumn)
Initializes a new instance of the class.
Declaration
cs-api-definition
public DataGridSearchMatch(int textMatchStartIndex, int textMatchLength, DataGridColumn column)
Parameters
textMatchStartIndex
textMatchLength
column
Properties
Column
Gets the corresponding column, if there is one.
TextMatchLength
Gets the length search-match within the text.
TextMatchStartIndex
Gets the start index of the search-match within the text.