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
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 |