In WPF, a DataRowView is a customized view of a DataRow.
A DataRowView object exposes values as an object array that has an index in the underlying table. DataRowView has the Row property that points to the DataRow being used.
In WPF, a DataRowView is a customized view of a DataRow.
A DataRowView object exposes values as an object array that has an index in the underlying table. DataRowView has the Row property that points to the DataRow being used.