IDevExpressQuantumGridGroupViewCollectionT Interface |
The test interface for group collections of grid controls.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax public interface IDevExpressQuantumGridGroupViewCollection<T>
Public Interface IDevExpressQuantumGridGroupViewCollection(Of T)
Dim instance As IDevExpressQuantumGridGroupViewCollection(Of T)
generic<typename T>
public interface class IDevExpressQuantumGridGroupViewCollection
Type Parameters
- T
- The type of the collection elements.
Properties
| Name | Description |
---|
| ItemInt32 |
Gets a group in the default view by the group index (zero-based).
|
| ItemInt32, Int32 |
Gets a group in a view by group index (zero-based).
|
| ItemInt32, String |
Gets a group in a view by group index (zero-based).
|
TopSee Also