Gets or sets a value that indicates whether the user can change the canvas positions of task items in the control by drag and drop operations.

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

Syntax

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

See Also