Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlGridlineOptions.ProjectStart Property

Provides access to start date’s gridline and its settings.

#Declaration

Delphi
property ProjectStart: TdxGanttControlGridline read; write;

#Property Value

Type
TdxGanttControlGridline

#Remarks

Use this property to customize the gridline that denotes the project’s start date in the control‘s Chart View.

For instance, if you specified ‘11/17/2020’ as the project’s start date, the Chart View displays the gridline under the corresponding date in the timescale.

Refer to the TdxGanttControlGridline class description for details.

See Also