Gets or sets the minimum value to constrain column widths in the control to, when AllowUserToResizeColumns is set to true; by default it is set to 32; this value is overriden by individual MinWidth values, when set.

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

Syntax

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

See Also