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

TdxGanttControlRecurrencePattern.DurationFormat Property

Specifies the duration display format of a task occurrence.

#Declaration

Delphi
property DurationFormat: TdxDurationFormat read; write;

#Property Value

Type Description
TdxDurationFormat

Enumerates duration formats in the VCL Gantt Control.

#Remarks

Use this property to set the duration measurement units for the recurring task. You can use any of the following duration types:

  • Simple
  • Estimated
  • Elapsed
  • Estimated-elapsed

For instance, the “PT24H0M0S” duration corresponds to:

  • 3 work days or 1 calendar day

  • 0.6 weeks and approximately 0.14 calendar weeks

  • 0.15 months and approximately 0.03 calendar months

Refer to the TdxDurationFormat type description for more information.

See Also