ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SectionAdv - ASP.NETCore API Reference | Syncfusion SectionAdv class. ">

    Show / Hide Table of Contents

    Class SectionAdv

    Represents the SectionAdv class.

    Inheritance
    System.Object
    BaseNode
    SectionAdv
    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 SectionAdv : BaseNode

    Constructors

    SectionAdv()

    Initializes a new instance of the SectionAdv class.

    Declaration
    public SectionAdv()

    Properties

    Blocks

    Gets the collection of Blocks from the SectionAdv.

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

    HeaderFooters

    Gets or sets the HeaderFooters of the SectionAdv.

    Declaration
    public HeaderFooters HeaderFooters { get; set; }
    Property Value
    Type Description
    HeaderFooters

    SectionFormat

    Gets or sets the SectionFormat of the SectionAdv.

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