Xceed DataGrid for WPF v7.2 Documentation
GetIsPageFootersHost Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > DataGridPageControl Class : GetIsPageFootersHost Method
The panel identified as the host that will contain all elements added to a page's footers through the PageFooters 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 footers through the PageFooters property.
Syntax
'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.
Remarks
This method represents the "get" portion of the IsPageFootersHost 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