Gets or sets a value that determines whether to display tool tips while updating data using drag and drop operations in the chart.

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

Syntax

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

See Also