Gets or sets the content to be displayed as the dependency deletion context menu item (by default the text "Delete"). 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 Object DependencyDeletionContextMenuItemHeader { get; set; }
Visual Basic (Declaration)
Public Property DependencyDeletionContextMenuItemHeader As Object

Implements

IGanttChartView..::.DependencyDeletionContextMenuItemHeader

See Also