TdxGanttControlTask.Recurring Property
Specifies if the task is recurring.
Declaration
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