'Declaration Public Function GetParentGroupFromItem( _ ByVal item As Object _ ) As CollectionViewGroup
'Usage Dim instance As DataGridContext Dim item As Object Dim value As CollectionViewGroup value = instance.GetParentGroupFromItem(item)
public CollectionViewGroup GetParentGroupFromItem( object item )
Parameters
- item
- The item whose parent group is to be retrieved.
Return Value
A CollectionViewGroup representing the parent group of the specified item. Can be a null reference (Nothing in Visual Basic) if the item is part of the context but does not have parent group.