PercentCompleteDisplayType Enum
Specifies how the percentage of completion is displayed for appointments (tasks) within the Gantt view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Bar
|
Displays bar shading. |
Number
|
Displays bar shading and a percent number. |
Both
|
Displays percentage of completion as bar shading and a percent number. |
None
|
Does not display percentage of completion. |
#Related API Members
The following properties accept/return PercentCompleteDisplayType values:
#Remarks
The PercentCompleteDisplayType enumeration is used to specify the GanttViewAppointmentDisplayOptions.PercentCompleteDisplayType or the AppointmentViewInfoOptions.PercentCompleteDisplayType property values.