menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooterDataWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderFooterDataWrapper

    Inheritance
    System.Object
    HeaderFooterDataWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class HeaderFooterDataWrapper

    Constructors

    HeaderFooterDataWrapper()

    Declaration
    public HeaderFooterDataWrapper()

    Properties

    Footer

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

    Header

    Declaration
    public Header Header { get; set; }
    Property Value
    Type
    Header

    Methods

    Deserialize(HeaderFooterData)

    Declaration
    public void Deserialize(HeaderFooterData data)
    Parameters
    Type Name Description
    HeaderFooterData data

    Serialize(HeaderFooterData)

    Declaration
    public void Serialize(HeaderFooterData data)
    Parameters
    Type Name Description
    HeaderFooterData data
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved