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

In This Topic
    Panel Property (DataGridGroupingPresenter)
    In This Topic
    Gets the grouping panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Panel As DataGridGroupingPanel
    public DataGridGroupingPanel Panel {get;}

    Property Value

    The grouping panel.
    See Also