Back to Devexpress

TdxGanttControlRecurrencePattern.Type Property

vcl-dxganttcontroltasks-dot-tdxganttcontrolrecurrencepattern-94640452.md

latest992 B
Original Source

TdxGanttControlRecurrencePattern.Type Property

Specifies the recurrence pattern frequency.

Declaration

delphi
property &Type: TdxGanttControlRecurrenceType read; write;

Property Value

TypeDescription
TdxGanttControlRecurrenceType

Enumerates task frequency types.

|

Remarks

Use this property to specify how frequently a task is repeated:

  • Daily
  • Weekly
  • Absolute Monthly
  • Relative Monthly
  • Absolute Yearly
  • Relative Yearly

Refer to the TdxGanttControlRecurrenceType for more information.

The Type property’s default value is Daily.

See Also

TdxGanttControlRecurrencePattern Class

TdxGanttControlRecurrencePattern Members

dxGanttControlTasks Unit