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