Skip to main content

TdxGanttControlDataModelProperties.CalendarUID Property

Specifies the default calendar‘s unique identifier.

Declaration

property CalendarUID: Integer read; write;

Property Value

Type
Integer

Remarks

Each calendar in the control has a unique identifier. The default calendar defines the work time for a project.

Use this property to assign a calendar with the specified identifier to the control.

You can specify other calendars for resources and tasks. To do this, use the TdxGanttControlTask.CalendarUID and TdxGanttControlResource.CalendarUID properties.

See Also