'Declaration Public Shared Function GetHasExpandedDetails( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = DataGridControl.GetHasExpandedDetails(obj)
public static bool GetHasExpandedDetails( DependencyObject obj )
Parameters
- obj
- A DependencyObjecy representing the container (DataRow) to query.
Return Value
true if the container has one or more expanded details; false if the container does not have expanded details.