Gets or sets the optional maximum value to constrain column widths in the control to, when AllowUserToResizeColumns is set to true; by default it is not set; this value is overriden by individual MaxWidth values, when set.

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

Syntax

C#
public virtual Nullable<double> MaxColumnWidth { get; set; }
Visual Basic (Declaration)
Public Overridable Property MaxColumnWidth As Nullable(Of Double)

See Also