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

In This Topic
    DataGrid Property (DataGridRow)
    In This Topic
    Gets the data grid to which the row belongs.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get;}
    See Also