Gets or sets a value that indicates whether columns may be resized by the end user with column grip drag and drop operations; by default it is set to true; if it is set to true, this value is overriden by individual AllowUserToResize false values.

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

Syntax

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

See Also