Skip to main content

TaskLinkOptions.InFront Property

Gets or sets the value specifying whether task links should be in front of a diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool InFront { get; set; }

Property Value

Type Description
Boolean

true if task links should be in front; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to InFront
GanttDrawOptions
.LinkOptions .InFront
GanttSeriesView
.LinkOptions .InFront

Remarks

The following table demonstrates this property in action.

InFront = false InFront = true
GanttSeriesView_LinkOptions_InFront_false GanttSeriesView_LinkOptions_InFront_true
See Also