ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumnsHeaderPanel Class / Panel Property

In This Topic
    Panel Property (DataGridColumnsHeaderPanel)
    In This Topic
    Gets the panel which contains the rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Panel As DataGridRowsPanel
    public DataGridRowsPanel Panel {get;}
    See Also