Gets or sets a value indicating whether the current column is resizable at runtime in the view.

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

Syntax

C#
public bool AllowUserToResize { get; set; }
Visual Basic (Declaration)
Public Property AllowUserToResize As Boolean

See Also