Class ValidateMode
To maintain ValidateMode.
Inheritance
System.Object
ValidateMode
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class ValidateMode : Object
Constructors
ValidateMode()
Declaration
public ValidateMode()
Properties
PreserveLinkWithEditing
To set PreserveLinkWithEditing in ValidateMode.
Declaration
public bool PreserveLinkWithEditing { get; set; }
Property Value
Type |
---|
System.Boolean |
RemoveLink
To set RemoveLink in ValidateMode.
Declaration
public bool RemoveLink { get; set; }
Property Value
Type |
---|
System.Boolean |
RespectLink
To set RespectLink in ValidateMode.
Declaration
public bool RespectLink { get; set; }
Property Value
Type |
---|
System.Boolean |