Skip to main content

TdxGanttControlCalendar.BaseCalendar Property

Provides access to the base calendar settings.

Declaration

property BaseCalendar: TdxGanttControlCalendar read; write;

Property Value

Type
TdxGanttControlCalendar

Remarks

A base calendar is a calendar from which newly created calendars inherit their settings. You can create a custom calendar and define its settings from scratch or create your calendar based on any of the following built-in calendars:

  • Standard (the default calendar in the control). In this calendar, a day is from 8 AM to 5 PM and includes a one-hour lunch break at 12 PM).
  • 24 Hours (optional). A day is from 12 AM to 12 AM.
  • Night Shift (optional). A day is from 11 PM to 8 AM and includes a one-hour break at 3 AM.

Use this property to change the base calendar’s settings. The BaseCalendar property value is nil if a calendar has no parent calendar.

See Also