Gets the default dependency deletion validation method that returns always returns true indicating 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#
public static DependencyDeletionValidator DefaultDependencyDeletionValidator { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property DefaultDependencyDeletionValidator As DependencyDeletionValidator

See Also