Gets or sets the selection behavior for a GanttChartNodeListViewBase. This is a dependency property.

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

Syntax

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

See Also