DataGridRowDetailsEventArgs.Row Property

Definition

Gets the row for which the event occurred.

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

Property Value

The row for which the event occurred.

Applies to

See also