Class TreeGridEditTemplateOptionsBuilder
Inheritance
System.Object
TreeGridEditTemplateOptionsBuilder
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 TreeGridEditTemplateOptionsBuilder
Constructors
TreeGridEditTemplateOptionsBuilder(TreeGridEditTemplate)
Initializes a new instance of the
Declaration
public TreeGridEditTemplateOptionsBuilder(TreeGridEditTemplate edit)
Parameters
Type | Name | Description |
---|---|---|
TreeGridEditTemplate | edit | It displays the list of editSettings option |
Methods
Create(String)
It is used to create the control at time of initialize.
Declaration
public TreeGridEditTemplateOptionsBuilder Create(string create)
Parameters
Type | Name | Description |
---|---|---|
System.String | create | It accepts the string value and create control while initialize |
Returns
Type | Description |
---|---|
TreeGridEditTemplateOptionsBuilder | TreeGridEditTemplateOptionsBuilder |
Read(String)
It is used to read the input value at time of save.
Declaration
public TreeGridEditTemplateOptionsBuilder Read(string read)
Parameters
Type | Name | Description |
---|---|---|
System.String | read | It accepts the string value and read the input |
Returns
Type | Description |
---|---|
TreeGridEditTemplateOptionsBuilder | TreeGridEditTemplateOptionsBuilder |
Write(String)
It is used to assign the value to control at time of editing.
Declaration
public TreeGridEditTemplateOptionsBuilder Write(string write)
Parameters
Type | Name | Description |
---|---|---|
System.String | write | It accepts the string value and assign value at editing |
Returns
Type | Description |
---|---|
TreeGridEditTemplateOptionsBuilder | TreeGridEditTemplateOptionsBuilder |