FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridPanelPeer Class / Panel Property

In This Topic
    Panel Property (GridPanelPeer)
    In This Topic
    Gets the associated C1.WPF.Grid.GridPanel.
    Syntax
    'Declaration
     
    Public ReadOnly Property Panel As GridPanel
    public GridPanel Panel {get;}
    See Also