Skip to main content

TdxGanttControlRecurrencePattern.Index Property

Specifies the ordinal number of a day within a month.

Declaration

property Index: TdxGanttControlRecurrenceIndex read; write;

Property Value

Type Description
TdxGanttControlRecurrenceIndex

Enumerates ordinal numbers of days within a month.

Remarks

You can specify any of the following values:

  • First
  • Second
  • Third
  • Fourth
  • Last

This property has an effect if the Type property value is RelativeMonthly or RelativeYearly.

See Also