Class DataGridSearchCellProbe
An instance of this object is used by the searching mechanism of the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridSearchCellProbe : DataGridSearchProbe
Constructors
DataGridSearchCellProbe()
Declaration
public DataGridSearchCellProbe()
Properties
CellValue
Gets the value of the cell.
Declaration
public object CellValue { get; }
Property Value
System.
|
Column
Gets the column for which probing is done, i.e. the column for the cell that exploration for search matches is performed.
Declaration
public DataGridColumn Column { get; }