Gets or sets an optional maximum width (in pixels) to allow the current column to be resized up to.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: 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) |