Skip to main content
A newer version of this page is available. .

GanttControlOptionsView.ShowBaselines Property

Gets or sets whether to show task baselines in the chart area.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[DXCategory("Lines")]
[XtraSerializableProperty]
[DefaultValue(false)]
public bool ShowBaselines { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show task baselines in the chart area; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowBaselines
GanttControl
.OptionsView.ShowBaselines
See Also