Gets a value indicating whether the underlying activity is a milestone. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsMilestone { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsMilestone As Boolean |
true if the underlying item is a milestone; otherwise, false.
RemarksThe value of this property is not supposed to be modified. Instead, any changes should be performed directly on the underlying activity.
See Also