'Declaration Public Shared Sub SetIsDeferredLoadingEnabled( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean TableflowView.SetIsDeferredLoadingEnabled(obj, value)
public static void SetIsDeferredLoadingEnabled( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- true the data rows' actual DataContexts should be assigned immediately; false otherwise.