menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridMappersBuilder

    Show / Hide Table of Contents

    Class TreeGridMappersBuilder

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

    Constructors

    TreeGridMappersBuilder(TreeGridProperties)

    Initializes a new instance of the class.

    Declaration
    public TreeGridMappersBuilder(TreeGridProperties property)
    Parameters
    Type Name Description
    TreeGridProperties property

    It accepts the list of mapper properties

    Methods

    ExportToExcelAction(String)

    This specifies the tree grid to export into a Excel document

    Declaration
    public TreeGridMappersBuilder ExportToExcelAction(string action)
    Parameters
    Type Name Description
    System.String action

    It accepts the string value and export the tree grid into Excel document

    Returns
    Type Description
    TreeGridMappersBuilder

    TreeGridMappersBuilder

    ExportToPdfAction(String)

    This specifies the tree grid to export into a Pdf document

    Declaration
    public TreeGridMappersBuilder ExportToPdfAction(string action)
    Parameters
    Type Name Description
    System.String action

    It accepts the string value and export the tree grid into Pdf document

    Returns
    Type Description
    TreeGridMappersBuilder

    TreeGridMappersBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved