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 Class

Stores recurrence pattern settings.

#Declaration

Delphi
TdxGanttControlRecurrencePattern = class(
    TdxGanttControlModelOwnedElement
)

#Remarks

A recurrence pattern defines the task repetition frequency in VCL Gantt Control.

Users can adjust recurrence pattern settings in the “Recurring Task Information“ dialog.

Task Information Dialog Example

The TdxGanttControlRecurrencePattern API members allow you to do the following:

  • Specify how many times the task occurs (Count)
  • Specify start and finish dates for a recurring task chain (Start and Finish)
  • Specify one day or more to repeat the task (DayOfMonth and Days)
  • Set occurrence duration and display format (Duration and DurationFormat)
  • Specify a recurring task chain’s finish conditions (FinishType)

A task’s RecurrencePattern property references a TdxGanttControlRecurrencePattern object.

See Also