Skip to main content

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public bool ShowBaseline { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also