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

In This Topic
    DataGrid Property (DataGridRowPresenter)
    In This Topic
    Gets the data grid associated with this presenter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get;}

    Property Value

    The row.
    See Also