TdxGanttControlRecurrencePattern.Index Property
In This Article
Specifies the ordinal number of a day within a month.
#Declaration
Delphi
property Index: TdxGanttControlRecurrenceIndex read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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