Gets or sets a value that indicates whether the task item shapes are snapping to row and column based guidelines in the control during drag and drop based rearrange 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 SnapRearrangedItemsToGuidelines { get; set; }
Visual Basic (Declaration)
Public Overridable Property SnapRearrangedItemsToGuidelines As Boolean

See Also