WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintSettings

    Show / Hide Table of Contents

    Class PrintSettings

    This class is used for setting header and footer properties while printing.

    Inheritance
    System.Object
    PrintSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PrintSettings

    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 Description
    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 Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved