TdxGanttControlDataModelProperties.DurationFormat Property
In This Article
Specifies the task duration display format.
#Declaration
Delphi
property DurationFormat: TdxDurationFormat read; write;
#Property Value
Type |
---|
Tdx |
#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