Gets a value indicating whether a delete operation is permitted in this GanttChartViewDependencyItemControl.

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

Syntax

C#
[BindableAttribute(false)]
public bool CanDelete { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property CanDelete As Boolean

See Also