TdxGanttControlRecurrencePattern.Days Property
In This Article
Stores days of the week specified for a task occurrence.
#Declaration
Delphi
property Days: TDays read; write;
#Property Value
Type | Description |
---|---|
TDays | A set of days of the week. |
#Remarks
Use this property to schedule a recurring task on one or more days weekly. This property has an effect if the Type property value is Weekly.
#Select Days at Runtime
A user can right-click any row in the Task View‘s sheet and click “Insert Recurring Task…” in the context menu to invoke the “Recurring Task Information“ dialog.
In this dialog, select “Weekly” and the days of the week that the task should recur.
See Also