Search
ActivityPresenter.IsMilestone Property
See Also
 





Gets a value indicating whether the underlying activity is a milestone. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool IsMilestone { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsMilestone As Boolean

 Property Value

true if the underlying item is a milestone; otherwise, false.

 Remarks

The value of this property is not supposed to be modified. Instead, any changes should be performed directly on the underlying activity.

 See Also