'Usage Dim instance As DataGridContext Dim dataItem As Object Dim value As Boolean value = instance.AreDetailsExpanded(dataItem)
Parameters
- dataItem
- The data item to query.
Return Value
true if the details of the specified data item are expanded; false if they are collapsed. Cannot be a null reference (Nothing in Visual Basic).