DataGridEndingEditEventArgs.Row Property

Gets the row that contains the cell to be edited.

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

Syntax

'Declaration
Public Property Row As DataGridRow
    Get
    Private Set
'Usage
Dim instance As DataGridEndingEditEventArgs
Dim value As DataGridRow

value = instance.Row
public DataGridRow Row { get; private set; }

Property Value

Type: System.Windows.Controls.DataGridRow
The row that contains the cell to be edited.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

DataGridEndingEditEventArgs Class

DataGridEndingEditEventArgs Members

System.Windows.Controls Namespace