Gets the row being viewed.
[Visual Basic] Public ReadOnly Property Row As DataRow [C#] public DataRow Row {get;} [C++] public: __property DataRow* get_Row(); [JScript] public function get Row() : DataRow;
The DataRow being viewed by the DataRowView.
DataRowView Class | DataRowView Members | System.Data Namespace | DataRowView | DataRow