New to Telerik UI for .NET MAUIStart a free 30-day trial

Contains information about search-math within the text elements of a RadDataGrid.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridSearchMatch

Inheritance: objectDataGridSearchMatch

Constructors

Initializes a new instance of the class.

C#
public DataGridSearchMatch()

Initializes a new instance of the class.

C#
public DataGridSearchMatch(int textMatchStartIndex, int textMatchLength, DataGridColumn column)
Parameters:textMatchStartIndexinttextMatchLengthintcolumnDataGridColumn

Initializes a new instance of the class.

C#
public DataGridSearchMatch(int textMatchStartIndex, int textMatchLength)
Parameters:textMatchStartIndexinttextMatchLengthint

Properties

Gets the corresponding column, if there is one.

C#
public DataGridColumn Column { get; }

Gets the length search-match within the text.

C#
public int TextMatchLength { get; }

Gets the start index of the search-match within the text.

C#
public int TextMatchStartIndex { get; }