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





Gets or sets a value indicating whether the underlying activity is part of the critical path. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool IsCritical { get; set; }

Visual Basic  Copy Code

Public Property IsCritical As Boolean

 Property Value

true if the activity participates in the critical path; otherwise, false.

 See Also

ActivityPresenter Members
ActivityPresenter Class
MindFusion.DataViews.Silverlight Namespace