FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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