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

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

Syntax

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

Implements

IGanttChartView..::.DependencyDeletionValidator

See Also