'Usage Dim instance As DataGridContext Dim dataItem As Object Dim value As Boolean value = instance.ExpandDetails(dataItem)
Parameters
- dataItem
- The data items that owns the details to expand. If the item has multiple sibling details, they will all be expanded. Cannot be a null reference (Nothing in Visual Basic).
Return Value
true if the data item was found; false, otherwise.