Skip to main content

TdxGanttControlRecurrencePattern.Type Property

Specifies the recurrence pattern frequency.

Declaration

property &Type: TdxGanttControlRecurrenceType read; write;

Property Value

Type Description
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