'Declaration Public Function ExpandGroup( _ ByVal group As CollectionViewGroup _ ) As Boolean
'Usage Dim instance As DataGridControl Dim group As CollectionViewGroup Dim value As Boolean value = instance.ExpandGroup(group)
public bool ExpandGroup( CollectionViewGroup group )
Parameters
- group
- A CollectionViewGroup representing the master group to expand.
Return Value
true if the group was found; false, otherwise.