Click or drag to resize

IGridRowViewCollection3T 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 IGridRowViewCollection3<T> : IGridRowViewCollection<string, T>

Type Parameters

T
Specifies the type of the collection elements.
Properties
See Also