vcl-dxganttcontrolcalendars-c51d2c3e.md
A calendar in the VCL Gantt Control.
TdxGanttControlCalendar = class(
TdxGanttControlModelUIDElement
)
Calendars allow a user to schedule project stages and define work times for all members (work resources) involved in a project.
You can use a calendar as follows:
The control ships with the standard calendar. In this calendar, a day is from 8 AM to 5 PM and includes a one-hour lunch break at 12 PM.
You can also add the following calendars:
The TdxGanttControlCalendar class includes the following members that allow you to do the following:
A calendar collection‘s Items property references a TdxGanttControlCalendar object.
TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlModelElement TdxGanttControlModelOwnedElement TdxGanttControlModelElementListItem TdxGanttControlModelUIDElement TdxGanttControlCalendar
See Also