Back to Devexpress

TdxGanttControlTask.Finish Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltask-8a2b0c8d.md

latest857 B
Original Source

TdxGanttControlTask.Finish Property

Specifies a date and time scheduled for a task finish.

Declaration

delphi
property Finish: TDateTime read; write;

Property Value

Type
TDateTime

Remarks

Use this property together with Start to set a time limit for a task.

Note

The control ignores this property value until you specify it.

The Finish property’s default value is 12/30/1899.

See Also

TdxGanttControlTask.Start

TdxGanttControlTask Class

TdxGanttControlTask Members

dxGanttControlTasks Unit