'Declaration Public Shared Function GetIsPageFootersHost( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = DataGridPageControl.GetIsPageFootersHost(obj)
public static bool GetIsPageFootersHost( DependencyObject obj )
Parameters
- obj
- The panel identified as the host that will contain all elements added to a page's footers through the PageFooters property.
Return Value
true if a panel is used as the page-footers host; false otherwise.