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