Class HitTestService
Inheritance
System.Object
HitTestService
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Grid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HitTestService : ServiceBase<RadDataGrid>
Properties
IsOperational
Declaration
protected override bool IsOperational { get; }
Property Value
|
System.Boolean
|
Overrides
Telerik.UI.Xaml.Controls.Primitives.ServiceBase<Telerik.UI.Xaml.Controls.Grid.RadDataGrid>.IsOperational
Methods
CellInfoFromPoint(Point)
Declaration
public DataGridCellInfo CellInfoFromPoint(Point point)
Parameters
|
Windows.Foundation.Point
point
|
Returns
|
DataGridCellInfo
|
RowItemFromPoint(Point)
Declaration
public object RowItemFromPoint(Point point)
Parameters
|
Windows.Foundation.Point
point
|
Returns
|
System.Object
|