IGridRowViewCollectionP, T Interface |
The test interface for collections of child views of a grid control.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax public interface IGridRowViewCollection<P, T>
Public Interface IGridRowViewCollection(Of P, T)
Dim instance As IGridRowViewCollection(Of P, T)
generic<typename P, typename T>
public interface class IGridRowViewCollection
Type Parameters
- P
- The index type.
- T
- The type of the collection elements.
The IGridRowViewCollectionP, T type exposes the following members.
Properties
| Name | Description |
---|
| Item |
Gets the data associated with a child view by the row index (zero-based).
|
TopSee Also