Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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