WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocHeaderFooterEventArgs - WindowsForms API Reference | Syncfusion DrawHeader and DrawFooter events. ">

    Show / Hide Table of Contents

    Class DocHeaderFooterEventArgs

    Provides data for the DrawHeader and DrawFooter events.

    Inheritance
    System.Object
    System.EventArgs
    DocHeaderFooterEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.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 Description
    HeaderFooter

    Header

    Gets or sets the document header.

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