Gets or sets a value indicating whether the current item represents a milestone.
A milestone task is displayed in the Gantt Chart view using a different task bar template
It is passed to the client side as the item.isMilestone field accessible from the client code.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool IsMilestone { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsMilestone As Boolean |