corelibraries-devexpress-dot-xtrascheduler-07298c0a.md
Specifies how the percentage of completion is displayed for appointments (tasks) within the Gantt view.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum PercentCompleteDisplayType
Public Enum PercentCompleteDisplayType
| Name | Description |
|---|---|
BarProgress |
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.
|
The following properties accept/return PercentCompleteDisplayType values:
The PercentCompleteDisplayType enumeration is used to specify the GanttViewAppointmentDisplayOptions.PercentCompleteDisplayType or the AppointmentViewInfoOptions.PercentCompleteDisplayType property values.
See Also