ASP.NET Core

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

    Show / Hide Table of Contents

    Class TableAdv

    Represents the TableAdv class.

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

    Constructors

    TableAdv()

    Initializes a new instance of the TableAdv class.

    Declaration
    public TableAdv()

    Properties

    Description

    Gets or Sets the description of the TableAdv.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Rows

    Gets the TableRows collection of the TableAdv.

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

    TableFormat

    Gets or sets the TableFormat of the TableAdv.

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

    Title

    Gets or Sets the title of the TableAdv.

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