Skip to main content

TdxGanttControlDataModelProperties.DurationFormat Property

Specifies the task duration display format.

Declaration

property DurationFormat: TdxDurationFormat read; write;

Property Value

Type
TdxDurationFormat

Remarks

Use this property to set the task duration measurement units displayed in the control. The data model uses the DurationFormat property value if a task‘s duration format is not specified.

Refer to the TdxDurationFormat type description for more information.

See Also