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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also