Description
The XamDataGridView
object provides access to child tables and groups of the XamDataGrid control. To obtain the XamDataGridView
object in scripts, use the wChildView
property of the test object that corresponds to the tested XamDataGrid control, or via the wChildView
property of the XamDataGridView
object.
The properties and actions of the XamDataGridView
object let you get and set grid cell values in the given grid view, simulate clicks on grid cells, and so on.