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

In This Topic
    Panel Property (CellRangeEventArgs)
    In This Topic
    GridPanel that contains the range affected by the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Panel As GridPanel
    public GridPanel Panel {get;}
    See Also