Back to Devexpress

TdxGanttControlTask.Recurring Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltask-986dd269.md

latest982 B
Original Source

TdxGanttControlTask.Recurring Property

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

RecurrencePattern

IsRecurrencePattern

TdxGanttControlTask Class

TdxGanttControlTask Members

dxGanttControlTasks Unit