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

GanttView.ShowBaseline Property

Gets or sets whether the GanttControl should display task baselines. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public bool ShowBaseline { get; set; }

Property Value

Type Description
Boolean

true, if the GanttControl displays task baselines; otherwise, false.

See Also