MindFusion.Wpf Pack Programmer's Guide
IDependencyViewModel.IsCritical Property
See Also
 





Gets or sets a value indicating whether this dependency is part of the critical path.

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

 Syntax

C#  Copy Code

bool IsCritical { get; set; }

Visual Basic  Copy Code

Property IsCritical As Boolean

 Property Value

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

 See Also

IDependencyViewModel Members
IDependencyViewModel Interface
MindFusion.DataViews.Wpf Namespace