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

TcxSchedulerEvent.TaskComplete Property

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