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

属性值

包含要编辑的单元格的行。

适用于

另请参阅