Description
DevExpressQuantumGridLevel
helper objects provide access to child levels of Developer Express QuantumGrid (TcxGrid) controls. To obtain a DevExpressQuantumGridLevel
object in tests, use the wChildLevel
property of objects that correspond to Developer Express QuantumGrid controls or DevExpressQuantumGridLevel
objects.
Currently, the following views are supported:
- TcxGridCardView
- TcxGridDBCardView
- TcxGridSite
- TcxGridTableView
- TcxGridDBTableView
- TcxGridBandedTableView
- TcxGridDBBandedTableView
If QuantumGrid controls use any of these views in your application, TestComplete can record and replay user actions over them using extended methods and properties. See Developer Express QuantumGrid Support.
You can also extend the ability to work with custom views that are inherited from any of the classes mentioned above. For information about this see below.
As for custom views that are not inherited from any of the above-mentioned views, TestComplete can interact with them only via clicks and keystrokes. In addition, you can make use of QuantumGrid’s internal members to perform the desired actions over these custom views (see Working With Developer Express XtraGrid - Overview).
Members
See Also
Developer Express QuantumGrid Support
Supported Developer Express Controls