TdxGanttControlTask.RecurrencePattern Property
In This Article
Provides access to the recurrence pattern settings.
#Declaration
Delphi
property RecurrencePattern: TdxGanttControlRecurrencePattern read;
#Property Value
Type | Description |
---|---|
Tdx |
Stores recurrence pattern settings. |
#Remarks
A recurrence pattern is a customizable element that allows you to schedule recurring tasks.
Use this property to change the pattern settings. Refer to the TdxGanttControlRecurrencePattern class description for more information.
See Also