DataGridRowDetailsEventArgs.Row Propiedad

Definición

Obtiene la fila para la que se ha producido el 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

Valor de propiedad

Fila para la que se ha producido el evento.

Se aplica a

Consulte también