Class PrintSettings
This class is used for setting header and footer properties while printing.
Inheritance
System.Object
PrintSettings
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PrintSettings : Object
Constructors
PrintSettings()
Declaration
public PrintSettings()
Fields
PrintFooterProperty
Identifies the Syncfusion.Windows.Controls.PivotGrid.PrintSettings.PrintFooter dependency property.
Declaration
public static readonly DependencyProperty PrintFooterProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the Syncfusion.Windows.Controls.PivotGrid.PrintSettings.PrintFooter dependency property. |
PrintHeaderProperty
Identifies the Syncfusion.Windows.Controls.PivotGrid.PrintSettings.PrintHeader dependency property.
Declaration
public static readonly DependencyProperty PrintHeaderProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the Syncfusion.Windows.Controls.PivotGrid.PrintSettings.PrintHeader dependency property. |
Methods
GetPrintFooter(PivotGridControl)
Gets the value of the property PrintFooterProperty.
Declaration
public static bool GetPrintFooter(PivotGridControl element)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | element |
Returns
Type |
---|
System.Boolean |
GetPrintHeader(PivotGridControl)
Gets the value of the property PrintHeaderProperty.
Declaration
public static bool GetPrintHeader(PivotGridControl element)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | element |
Returns
Type |
---|
System.Boolean |
SetPrintFooter(PivotGridControl, Boolean)
Sets the value of the property PrintFooterProperty.
Declaration
public static void SetPrintFooter(PivotGridControl element, bool value)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | element | |
System.Boolean | value |
SetPrintHeader(PivotGridControl, Boolean)
Sets the value of the property PrintHeaderProperty.
Declaration
public static void SetPrintHeader(PivotGridControl element, bool value)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | element | |
System.Boolean | value |