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

In This Topic
    DataGrid Property (DataGridRowsPanel)
    In This Topic
    Returns reference to the owning C1DataGrid control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get;}
    See Also