Gets the default dependency creation validation method that returns a value based on whether dependent tasks are not identical, are not in the same hierarchical branch, and are not already dependent one of another, indicating whether a specific task dependency can be created by a drag and drop operation in the view.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public static DependencyCreationValidator DefaultDependencyCreationValidator { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property DefaultDependencyCreationValidator As DependencyCreationValidator

See Also