MindFusion.Scheduling for Silverlight Programmer's Guide
ActivityPresenter.IsMilestone Property
See Also
 





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

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 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

ActivityPresenter Members
ActivityPresenter Class
MindFusion.DataViews.Silverlight Namespace