Search
ItemDrawContext.IsMilestone Property
See Also
 






Gets a value indicating whether the item is rendered in milestone mode.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsMilestone { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsMilestone As Boolean

 Property Value

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