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.v24.2.dll
Declaration
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 |
|
GanttSeriesView |
|
Remarks
The following table demonstrates this property in action.
InFront = false | InFront = true |
---|---|
See Also