Gets or sets the validation method that returns a value that indicates whether a specific task dependency can be deleted from the view.

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

Syntax

C#
DependencyDeletionValidator DependencyDeletionValidator { get; set; }
Visual Basic (Declaration)
Property DependencyDeletionValidator As DependencyDeletionValidator

See Also