alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DocHeaderFooterEventArgs

    Provides data for the DrawHeader and DrawFooter events.

    Inheritance
    System.Object
    DocHeaderFooterEventArgs
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class DocHeaderFooterEventArgs : EventArgs
    Remarks

    To draw the Header / Footer for the created word document, handle the DrawHeader and DrawFooter events.

    Constructors

    DocHeaderFooterEventArgs(HeaderFooter)

    Initializes a new DocHeaderFooterEventArgs

    Declaration
    public DocHeaderFooterEventArgs(HeaderFooter headerFooter)
    Parameters
    Type Name Description
    HeaderFooter headerFooter

    Header and footer for the document.

    Properties

    Footer

    Gets or sets the document footer.

    Declaration
    public HeaderFooter Footer { get; set; }
    Property Value
    Type
    HeaderFooter

    Header

    Gets or sets the document header.

    Declaration
    public HeaderFooter Header { get; set; }
    Property Value
    Type
    HeaderFooter
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved