TcxSchedulerEvent.TaskComplete Property
In This Article
Specifies the task completion, as a percentage.
#Declaration
Delphi
property TaskComplete: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The TaskStatus property depends upon the value specified by the TaskComplete property.
The TaskComplete property value is displayed within task bars when scheduling in the Gantt View (if the scheduler’s ViewGantt.EventsStyle property is set to esProgress).
See Also