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

In This Topic
    Panel Property (HitTestInfo)
    In This Topic
    Gets the GridPanel at the specified location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Panel As GridPanel
    public GridPanel Panel {get;}
    See Also