Back to Devexpress

TdxGanttControlDataModelProperties.CalendarUID Property

vcl-dxganttcontroldatamodel-dot-tdxganttcontroldatamodelproperties.md

latest1.3 KB
Original Source

TdxGanttControlDataModelProperties.CalendarUID Property

Specifies the default calendar‘s unique identifier.

Declaration

delphi
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

TdxGanttControlDataModelProperties Class

TdxGanttControlDataModelProperties Members

dxGanttControlDataModel Unit