Gets or sets the maximum value to constrain hour width in the control to, when IsMouseWheelZoomEnabled is set to true; by default it is set to 20.

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

Syntax

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

See Also