'Declaration Public Shared Sub SetAreGroupFootersSticky( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean TableflowView.SetAreGroupFootersSticky(obj, value)
public static void SetAreGroupFootersSticky( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- A value indicating whether group footers are sticky.