IDevExpressQuantumGridGroupViewCollectionTItem Property (Int32, Int32) |
Gets a group in a view by group index (zero-based).
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
int groupIndex,
int viewIndex
] { get; }
ReadOnly Default Property Item (
groupIndex As Integer,
viewIndex As Integer
) As T
Get
Dim instance As IDevExpressQuantumGridGroupViewCollection
Dim groupIndex As Integer
Dim viewIndex As Integer
Dim value As T
value = instance(groupIndex, viewIndex)
property T default[int groupIndex, int viewIndex] {
T get (int groupIndex, int viewIndex);
}
Parameters
- groupIndex
- Type: SystemInt32
Index of the group. - viewIndex
- Type: SystemInt32
Index of the view.
Return Value
Type:
TThe found group.
Exceptions See Also