menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridBatchEditOptions

    Options for enabling and configuring the batch editing related operations.

    Inheritance
    System.Object
    EJTagHelper
    TreeGridBatchEditOptions
    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 TreeGridBatchEditOptions : EJTagHelper

    Constructors

    TreeGridBatchEditOptions()

    Declaration
    public TreeGridBatchEditOptions()

    Properties

    EditMode

    specifies the batcheditmode in treegrid , “cell” is for cell type editing and “row” is for entire row.

    Declaration
    [JsonProperty("editMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeGridBatchEditMode EditMode { get; set; }
    Property Value
    Type Description
    TreeGridBatchEditMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved