'Declaration Public Function ToggleGroupExpansion( _ ByVal group As CollectionViewGroup _ ) As Boolean
'Usage Dim instance As DataGridContext Dim group As CollectionViewGroup Dim value As Boolean value = instance.ToggleGroupExpansion(group)
public bool ToggleGroupExpansion( CollectionViewGroup group )
Parameters
- group
- A CollectionViewGroup representing the 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 group was found; false, otherwise.