Back to Devexpress

TdxGanttControlTask.Color Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltask-5b08cf15.md

latest1.2 KB
Original Source

TdxGanttControlTask.Color Property

Specifies the task’s color.

Declaration

delphi
property Color: TColor read; write;

Property Value

Type
TColor

Remarks

Use this property to color a task and the dependency that links it to the next task.

You can handle the following events to respond to a color change of a task or its dependency:

The Color property’s default value is clDefault.

See Also

TdxGanttControlTask Class

TdxGanttControlTask Members

dxGanttControlTasks Unit