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