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.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue(false)]
[DXCategory("Lines")]
[XtraSerializableProperty]
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