DevExpressXtraTreeListView Methods

Applies to TestComplete 15.63, last modified on April 10, 2024

The DevExpressXtraTreeListView object contains the following methods:

Method List   | View

Actions

This category includes methods that simulate user actions on the tested controls.

Name Description
ClickCell Simulates a click of the left mouse button on the specified cell.
ClickCellR Simulates a click of the right mouse button on the specified cell.
ClickCellRXY Simulates a click of the right mouse button at the point (X, Y) within the specified cell.
ClickCellXY Simulates a click of the left mouse button at the point (X, Y) within the specified cell.
ClickColumnHeader Simulates a click of the left mouse button on the header of the specified column.
ClickColumnHeaderR Simulates a click of the right mouse button on the header of the specified column.
ClickColumnHeaderRXY Simulates a click of the right mouse button at the point (X, Y) within the specified column header.
ClickColumnHeaderXY Simulates a click of the left mouse button at the point (X, Y) within the specified column header.
ClickNewRowCell Simulates a click of the left mouse button within the specified cell of the new tree list row.
ClickNewRowCellR Simulates a click of the right mouse button within the specified cell of the new tree list row.
ClickNewRowCellRXY Simulates a click of the right mouse button at the point (X,Y) within the specified cell of the new tree list row.
ClickNewRowCellXY Simulates a click of the left mouse button at the point (X,Y) within the specified cell of the new tree list row.
ClickNewRowIndicator Simulates a click of the left mouse button on the indicator of the new tree list row.
ClickNewRowIndicatorR Simulates a click of the right mouse button on the indicator of the new tree list row.
ClickRowIndicator Simulates a click of the left mouse button on the indicator of the specified row.
ClickRowIndicatorR Simulates a click of the right mouse button on the indicator of the specified row.
ClickSelectImage Simulates a click of the left mouse button on the select image of the specified row.
ClickSelectImageR Simulates a click of the right mouse button on the select image of the specified row.
ClickStateImage Simulates a click of the left mouse button on the state image of the specified row.
ClickStateImageR Simulates a click of the right mouse button on the state image of the specified row.
Collapse Collapses the specified row.
DblClickCell Simulates a double-click of the left mouse button on the specified cell.
DblClickCellR Simulates a double-click of the right mouse button on the specified cell.
DblClickCellRXY Simulates a double-click of the right mouse button at the point (X, Y) within the specified cell.
DblClickCellXY Simulates a double-click of the left mouse button at the point (X, Y) within the specified cell.
DblClickColumnHeader Simulates a double-click of the left mouse button on the header of the specified column.
DblClickColumnHeaderR Simulates a double-click of the right mouse button on the header of the specified column.
DblClickColumnHeaderRXY Simulates a double-click of the right mouse button at the point (X, Y) within the specified column header.
DblClickColumnHeaderXY Simulates a double-click of the left mouse button at the point (X, Y) within the specified column header.
DblClickNewRowCell Simulates a double-click of the left mouse button within the specified cell of the new tree list row.
DblClickNewRowCellR Simulates a double-click of the right mouse button within the specified cell of the new tree list row.
DblClickNewRowCellRXY Simulates a double-click of the right mouse button at the point (X,Y) within the specified cell of the new tree list row.
DblClickNewRowCellXY Simulates a double-click of the left mouse button at the point (X,Y) within the specified cell of the new tree list row.
DblClickNewRowIndicator Simulates a double-click of the left mouse button on the indicator of the new tree list row.
DblClickNewRowIndicatorR Simulates a double-click of the right mouse button on the indicator of the new tree list row.
DblClickRowIndicator Simulates a double-click of the left mouse button on the indicator of the specified tree list row.
DblClickRowIndicatorR Simulates a double-click of the right mouse button on the indicator of the specified tree list row.
DblClickSelectImage Simulates a double-click of the left mouse button on the select image of the specified row.
DblClickSelectImageR Simulates a double-click of the right mouse button on the select image of the specified row.
DblClickStateImage Simulates a double-click of the left mouse button on the state image of the specified row.
DblClickStateImageR Simulates a double-click of the right mouse button on the state image of the specified row.
Expand Expands the specified row.
FindRow Returns the index of the row holding the specified value within the specified column.
HoverMouseCell Moves the mouse pointer to the specified grid cell.
HoverMouseColumnHeader Moves the mouse pointer to the header of the specified tree list column.
HoverMouseNewRowCell Moves the mouse pointer to the specified cell of the new tree list row.
HoverMouseNewRowIndicator Moves the mouse pointer to the indicator of the new tree list row.
HoverMouseRowIndicator Moves the mouse pointer to the indicator of the specified tree list row.
Other Categories

If TestComplete has access to internal methods, properties and files of your tested application (that is, if it is an Open Application), you can call the internal methods and properties as methods and properties of the appropriate test objects. You can view these properties and methods in corresponding categories (Private, Public, RTTI, Debug Agent, Firefox, and so on). These methods and properties are not described in the TestComplete help file. For more information on them, please see the documentation for the development tools that was used to create the application under test.

See Also

DevExpressXtraTreeListView Object

Highlight search results