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

In This Topic
    Row Property (DataGridRowEventArgs)
    In This Topic
    Gets the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As DataGridRow
    public DataGridRow Row {get;}

    Property Value

    The row.
    See Also