'Declaration Public Function IsGroupExpanded( _ ByVal group As CollectionViewGroup _ ) As Boolean
'Usage Dim instance As DataGridControl Dim group As CollectionViewGroup Dim value As Boolean value = instance.IsGroupExpanded(group)
public bool IsGroupExpanded( CollectionViewGroup group )
Parameters
- group
- A CollectionViewGroup representing the master group whose state to query.
Return Value
true if the group is expanded; false otherwise.