Class HitTestService
Represents a ServiceBase<T> instance that exposes methods used to hit-test for grid rows and cells from given a physical location.
Inherited Members
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class HitTestService : ServiceBase<RadDataGrid>
Properties
IsOperational
Gets a value indicating whether the service is operational (may provide its functionality).
Declaration
protected bool IsOperational { get; }
Property Value
System.
|
Methods
CellInfoFromPoint(Point, Boolean)
Retrieves the Data
Declaration
public DataGridCellInfo CellInfoFromPoint(Point point, bool frozen = false)
Parameters
Microsoft. The physical location. |
System. A value indicating whether to search in the frozen area of the Rad |
Returns
Remarks
The coordinates are relative to the current Rad
RowItemFromPoint(Point, Boolean)
Retrieves the object instance from the items source that is represented by the grid row containing the provided physical location.
Declaration
public object RowItemFromPoint(Point point, bool frozen = false)
Parameters
Microsoft. The physical location. |
System. A value indicating whether to search in the frozen area of the Rad |
Returns
System.
|
Remarks
The coordinates are relative to the current Rad