Class TreeViewEventArgs.InlineEditValidationArgs
Inheritance
System.Object
TreeViewEventArgs.InlineEditValidationArgs
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class InlineEditValidationArgs
Constructors
InlineEditValidationArgs()
Declaration
public InlineEditValidationArgs()
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewText
Declaration
public string NewText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OldText
Declaration
public string OldText { get; set; }
Property Value
Type | Description |
---|---|
System.String |