ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooter - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderFooter

    Represents the HeaderFooter class.

    Inheritance
    System.Object
    BaseNode
    HeaderFooter
    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.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class HeaderFooter : BaseNode

    Constructors

    HeaderFooter()

    Initializes a new instance of the HeaderFooter class.

    Declaration
    public HeaderFooter()

    Properties

    Blocks

    Gets the block collection of the HeaderFooter.

    Declaration
    public List<BlockAdv> Blocks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BlockAdv>

    Type

    Gets or sets the Header Footer type.

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