TdxGanttControlCalendars Class
A calendar collection in the VCL Gantt Control.
Declaration
TdxGanttControlCalendars = class(
TdxGanttControlModelUIDElementList
)
Remarks
The TdxGanttControlCalendars class includes the following API members that allow you to do the following:
- Populate the collection with different calendar types (Append, Create24HoursCalendar, and CreateNightCalendar)
- Obtain a calendar by its unique identifier or name (GetCalendarByUID and GetCalendarByName)
- Access a calendar in the collection (Items)
- Access the default calendar settings (StandardCalendar)
A data model‘s Calendars property references a TdxGanttControlCalendars object.
Inheritance
See Also