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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also