Class EditTemplate
Gets or sets a template that displays used to edit the column values.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class EditTemplate : EJTagHelper
Constructors
EditTemplate()
Declaration
public EditTemplate()
Properties
Create
Gets or sets a value that indicates whether to create the edit template in the field.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Read
Gets or sets a value that indicates whether to read the edit template in the field.
Declaration
[JsonProperty("read")]
public string Read { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Write
Gets or sets a value that indicates whether to write the edit template in the field.
Declaration
[JsonProperty("write")]
public string Write { get; set; }
Property Value
Type | Description |
---|---|
System.String |