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