TdxGanttControlTask.Recurring Property
In This Article
Specifies if the task is recurring.
#Declaration
Delphi
property Recurring: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Recurring tasks are repeated regularly (for instance, weekly meetings).
Set this property to True to convert the task to a recurring task.
The Recurring property’s default value is False.
See Also