Gets or sets a value indicating the way selection is provided and behaves on client side for the GanttChartView control.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also