Gets or sets the context menu to be used for a task in the IChartView control.

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

Syntax

C#
ContextMenu ItemContextMenu { get; set; }
Visual Basic (Declaration)
Property ItemContextMenu As ContextMenu

See Also