DataGridPreparingCellForEditEventArgs.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

プロパティ値

編集するセルが含まれる行。

適用対象

こちらもご覧ください