WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / GetCellAtPosition Method / GetCellAtPosition(RoutedEventArgs) Method
The pointer event that is used to get the position.
In This Topic
    GetCellAtPosition(RoutedEventArgs) Method
    In This Topic
    Gets the cell at the specified pointer position.
    Syntax

    Parameters

    e
    The pointer event that is used to get the position.
    Remarks
    Unlike HitTest method, this doesn't intercept cell elements but calculates the position from the model, and it doesn't honor cell-merging.
    See Also