Back to Devexpress

GanttView.ShowBaseline Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-31ad3b3b.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool ShowBaseline { get; set; }
vb
Public Property ShowBaseline As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace