Skip to main content
A newer version of this page is available. .
All docs
V21.2

GanttControlNode.IsCritical Property

Returns whether or not this task is critical.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public bool IsCritical { get; }

Property Value

Type Description
Boolean

true if this task is critical; otherwise, false.

See Also