Class ValidationMode
Represents the validation mode
Inheritance
System.Object
ValidationMode
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public sealed class ValidationMode : Enum
Fields
Auto
Tasks are validated based on its predecessor relationships
Declaration
public const ValidationMode Auto
Field Value
Type |
---|
ValidationMode |
Manual
Tasks are not validated based on its predecessor relationships
Declaration
public const ValidationMode Manual
Field Value
Type |
---|
ValidationMode |