Description
The PropertyGridControlItem
object provides scripting access to the child items of Developer Express PropertyGrid, Microsoft PropertyGrid and MFCPropertyGrid controls. You can obtain the PropertyGridControlItem
object from your tests via the wItems
property of the test object that corresponds to the tested PropertyGrid control, or a PropertyGridControlItem
object corresponding to its child items.
The PropertyGridControlItem
object contains specific properties and methods that let you get and set cell values, simulate clicks on cells, expand and collapse items and so on.