TdxGanttControlTimelineView.OnGetTaskColor Event
In This Article
#Declaration
Delphi
property OnGetTaskColor: TdxGanttControlTimelineViewGetTaskColorEvent read; write;
#Remarks
This event occurs every time the View redraws tasks. Assign a color to the AColor parameter to fill the task passed as the ATask parameter.
Refer to the TdxGanttControlTimelineViewGetTaskColorEvent type description for information on available options.
See Also