Gets a value indicating whether the item is rendered in milestone mode.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool IsMilestone { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsMilestone As Boolean |
true indicates that the item is currently laid out and rendered in milestone mode, that is, the EnableMilestoneMode property of the ListViewSettings class is set to Enabled; otherwise, false.
See Also