Click or drag to resize

IListViewGroupCollectionT Interface

The test interface for group collections of list view controls.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public interface IListViewGroupCollection<T> : IEnumerable<T>, 
	IEnumerable

Type Parameters

T
The type of the collection items.

The IListViewGroupCollectionT type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Top
See Also