DataRowView
Leave feedback
On this page
Inheritance: java.lang.Object
public class DataRowView
Represents a customized view of a DataRow.
| Constructor | Description |
|---|---|
| DataRowView(DataView view, DataRow row) | Initializes a new instance of this class. |
public DataRowView(DataView view, DataRow row)
Initializes a new instance of this class.
Parameters:
public DataRow getRow()
Gets the DataRow being viewed.
Returns: DataRow - The DataRow being viewed by the DataRowView.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.