Back to Devexpress

TdxGanttControlRecurrencePattern Class

vcl-dxganttcontroltasks-d7149abd.md

latest2.6 KB
Original Source

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.

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.

Inheritance

TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlModelElement TdxGanttControlModelOwnedElement TdxGanttControlRecurrencePattern

See Also

TdxGanttControlRecurrencePattern Members

dxGanttControlTasks Unit