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

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

Syntax

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

See Also