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

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

Syntax

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

See Also