Gets or sets a value indicating whether the current item represents a milestone. A milestone task is displayed in the Network Diagram view using a different shape template It is passed to the client side as the item.isMilestone field accessible from the client code.

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

Syntax

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

See Also