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

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

Syntax

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

See Also