TdxGanttControlDataModelProperties Class
Stores the control‘s data model settings.
Declaration
TdxGanttControlDataModelProperties = class(
TdxGanttControlModelElement
)
Remarks
The TdxGanttControlDataModelProperties API members allow you to do the following:
- Specify the default calendar‘s unique identifier (CalendarUID)
- Obtain information about the project start, finish, and creation date and time (ProjectStart, ProjectFinish, and ProjectCreated)
- Set the scheduling mode for newly created tasks (MarkNewTasksAsManuallyScheduled)
- Specify task duration display format (DurationFormat)
A data model‘s Properties property references a TdxGanttControlDataModelProperties object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxGanttControlPersistent
TdxGanttControlModelElement
TdxGanttControlDataModelProperties
See Also