'Declaration Public Function ToggleGroupExpansion( _ ByVal group As CollectionViewGroup _ ) As Boolean
'Usage Dim instance As DataGridControl Dim group As CollectionViewGroup Dim value As Boolean value = instance.ToggleGroupExpansion(group)
public bool ToggleGroupExpansion( CollectionViewGroup group )
Parameters
- group
- A CollectionViewGroup representing the master group whose state is to be toggled. A collapsed group will be expanded and an expanded group will be collapsed.
Return Value
true if the gruop was found; false, otherwise.