Class TreeGridBatchEditOptions
Options for enabling and configuring the batch editing related operations.
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 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 |