Xceed DataGrid for WPF v7.2 Documentation
GetIsPageHeadersHost Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > DataGridPageControl Class : GetIsPageHeadersHost Method
The panel identified as the host that will contain all elements added to a page's headers through the PageHeaders property.
Gets a value that, when set by a panel, identifies that panel as the host that will contain all elements added to a page's headers through the PageHeaders property.
Syntax
'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.
Remarks
This method represents the "get" portion of the IsPageHeadersHost attached property.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridPageControl Class
DataGridPageControl Members