Back to Devexpress

GanttControlNode.IsCritical Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnode-871a6090.md

latest1.2 KB
Original Source

GanttControlNode.IsCritical Property

Returns whether or not this task is critical.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DXCategory("Behavior")]
public bool IsCritical { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property IsCritical As Boolean

Property Value

TypeDescription
Boolean

true if this task is critical; otherwise, false.

|

See Also

Critical Path

GanttControlNode Class

GanttControlNode Members

DevExpress.XtraGantt Namespace