FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridHitTestInfo Class
Members

In This Topic
    GridHitTestInfo Class
    In This Topic
    Contains information about a part of the FlexGrid at a specified coordinate.
    Object Model
    GridHitTestInfo Class
    Syntax
    'Declaration
     
    Public Class GridHitTestInfo 
    public class GridHitTestInfo 
    Remarks

    The GridHitTestInfo class, in conjunction with the FlexGrid.HitTest(RoutedEventArgs) method of the FlexGrid control, is used to determine which part of a FlexGrid control the user has clicked. The GridHitTestInfo class contains the row, column, and type of cell at the specified location.

    To obtain a GridHitTestInfo, call the FlexGrid.HitTest(RoutedEventArgs) method from one of the pointer event handlers in the control.

    Inheritance Hierarchy

    System.Object
       C1.WPF.Grid.GridHitTestInfo

    See Also