DataGridDataErrorEventArgs.Row Property

Gets the row that contains the cell in which the error occurred.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Property Row As DataGridRow
'Usage
Dim instance As DataGridDataErrorEventArgs
Dim value As DataGridRow

value = instance.Row

instance.Row = value
public DataGridRow Row { get; private set; }
public:
property DataGridRow^ Row {
    DataGridRow^ get ();
    void set (DataGridRow^ value);
}
public function get Row () : DataGridRow
public function set Row (value : DataGridRow)

Property Value

Type: System.Windows.Controls.DataGridRow

The row that contains the cell in which the error occurred.

See Also

Reference

DataGridDataErrorEventArgs Class

DataGridDataErrorEventArgs Members

System.Windows.Controls Namespace

DataGrid

DataGrid.DataError