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

속성 값

DataGridRow

이벤트가 발생한 셀이 들어 있는 행입니다.

적용 대상

추가 정보