DataGridRowEditEndingEventArgs.Row Proprietà

Definizione

Ottiene la riga per cui si è verificato l'evento.

public:
 property System::Windows::Controls::DataGridRow ^ Row { System::Windows::Controls::DataGridRow ^ get(); };
public System.Windows.Controls.DataGridRow Row { get; }
member this.Row : System.Windows.Controls.DataGridRow
Public ReadOnly Property Row As DataGridRow

Valore della proprietà

DataGridRow

Riga per cui si è verificato l'evento.

Si applica a

Vedi anche