'Declaration Public Shared Function GetIsDeferredLoadingEnabled( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = TableflowView.GetIsDeferredLoadingEnabled(obj)
public static bool GetIsDeferredLoadingEnabled( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
true the data rows' actual DataContexts should be assigned immediately; false otherwise.