TdxGanttControlRecurrencePattern Members
Stores recurrence pattern settings.Constructors
| Name | Description |
|---|---|
| Create(TdxGanttControlCustomDataModel) | Initializes a new instance of the TdxGanttControlModelElement class with specified settings. Inherited from TdxGanttControlModelElement. |
| Create(TdxGanttControlModelElement) | Initializes a new instance of the TdxGanttControlModelOwnedElement class with specified settings. Inherited from TdxGanttControlModelOwnedElement. |
Properties
| Name | Description |
|---|---|
| CalendarUID | Specifies the calendar’s unique identifier. |
| Count | Specifies how many times a task is repeated. |
| DataModel | Inherited from TdxGanttControlModelElement. |
| DayOfMonth | Specifies a day of the month to repeat a task. |
| Days | Stores days of the week specified for a task occurrence. |
| DayType | Specifies the day type used to calculate task recurrences. |
| Duration | Specifies a task occurrence duration in ISO 8601 format. |
| DurationFormat | Specifies the duration display format of a task occurrence. |
| Finish | Specifies a recurring task chain’s end date and time. |
| FinishType | Specifies a condition under which a recurring task chain is considered finished. |
| Index | Specifies the ordinal number of a day within a month. |
| Interval | Specifies the number of days, weeks, or months between recurring tasks. |
| Month | Specifies a month for a task occurrence. |
| Start | Specifies a recurring task chain’s start date and time. |
| Type | Specifies the recurrence pattern frequency. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Inherited from TdxGanttControlPersistent. |
| CancelUpdate | Inherited from TdxGanttControlPersistent. |
| Clear | Resets the recurrence pattern settings. |
| EndUpdate | Inherited from TdxGanttControlPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Reset | Inherited from TdxGanttControlPersistent. |
| ToString | Inherited from TObject. |
See Also