Back to Devexpress

TdxGanttControlRecurrencePattern.Index Property

vcl-dxganttcontroltasks-dot-tdxganttcontrolrecurrencepattern-36c246a9.md

latest948 B
Original Source

TdxGanttControlRecurrencePattern.Index Property

Specifies the ordinal number of a day within a month.

Declaration

delphi
property Index: TdxGanttControlRecurrenceIndex read; write;

Property Value

TypeDescription
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

TdxGanttControlRecurrencePattern Class

TdxGanttControlRecurrencePattern Members

dxGanttControlTasks Unit