Gets or sets an optional maximum width (in pixels) to allow the current column to be resized up to.

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

Syntax

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

See Also