Gets or sets the validation method that returns a value that indicates 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#
DependencyCreationValidator DependencyCreationValidator { get; set; }
Visual Basic (Declaration)
Property DependencyCreationValidator As DependencyCreationValidator

See Also