'Declaration Public Shared Sub SetIsPageFootersHost( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean DataGridPageControl.SetIsPageFootersHost(obj, value)
public static void SetIsPageFootersHost( DependencyObject obj, bool value )
Parameters
- obj
- The panel identified as the host that will contain all elements added to a page's footers through the PageFooters property.
- value
- true to identify a panel as the page-footers host; false otherwise.