menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class EditTemplate

    Gets or sets a template that displays used to edit the column values.

    Inheritance
    System.Object
    EJTagHelper
    EditTemplate
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved