'Declaration Public Shared Function GetAreFootersSticky( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = TableflowView.GetAreFootersSticky(obj)
public static bool GetAreFootersSticky( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
true if footers are sticky; false otherwise.