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

In This Topic
    DataGrid Property (DataGridGroupingPanel)
    In This Topic
    Gets the data grid the panel belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get;}

    Property Value

    The data grid the panel belongs to.
    See Also