'DeclarationPublic Shared Sub SetAreGroupsFlattened( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'UsageDim obj As DependencyObject Dim value As Boolean TableflowView.SetAreGroupsFlattened(obj, value)
public static void SetAreGroupsFlattened( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- A value indicating whether groups are flattened.