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

GanttControl.ChartStartDate Property

Gets or sets the timescale ruler start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public virtual DateTime? ChartStartDate { get; set; }

Property Value

Type Default Description
Nullable<DateTime> *null*

A DateTime structure that specifies the timescale ruler start date.

See Also