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

In This Topic
    Row Property (DataGridRowPresenter)
    In This Topic
    Gets the row associated with this presenter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As DataGridRow
    public DataGridRow Row {get;}
    See Also