DataGridRowDetailsEventArgs.Row プロパティ

定義

イベントが発生した行を取得します。

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

プロパティ値

イベントが発生した行。

適用対象

こちらもご覧ください