IDevExpressXtraGridExpandGroup Method |
Expands the specified group.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ExpandGroup(
int groupIndex
)
Sub ExpandGroup (
groupIndex As Integer
)
Dim instance As IDevExpressXtraGrid
Dim groupIndex As Integer
instance.ExpandGroup(groupIndex)
void ExpandGroup(
int groupIndex
)
Parameters
- groupIndex
- Type: SystemInt32
The zero-based index of the group.
Exceptions See Also