ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / HitTestInfo Class
Properties


In This Topic
    HitTestInfo Class Members
    In This Topic

    The following tables list the members exposed by HitTestInfo.

    Public Properties
     NameDescription
    Public PropertyGets a CellRange object that represents the cell at the specified location.  
    Public PropertyGets the type of cell at the specified location.  
    Public PropertyGets the index of the column at the specified location.  
    Public PropertyGets the Windows.UI.Xaml.RoutedEventArgs object used to create this HitTestInfo object.  
    Public PropertyGets the GridPanel at the specified location.  
    Public PropertyGets the Point that defines the hit test location.  
    Public PropertyGets a Rect value that represents the bounds of the cell at the specified location.  
    Public PropertyGets the index of the row at the specified location.  
    Top
    See Also