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. 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 DependencyCreationValidator DependencyCreationValidator { get; set; }
Visual Basic (Declaration)
Public Property DependencyCreationValidator As DependencyCreationValidator

Implements

IGanttChartView..::.DependencyCreationValidator

See Also