Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlRecurrencePattern.Days Property

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.

Insert Task Menu Item

In this dialog, select “Weekly” and the days of the week that the task should recur.

See Also