corelibraries-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentviewinfooptions.md
Gets or sets how the task progress is displayed within the appointment body.
Namespace : DevExpress.XtraScheduler.Drawing
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public PercentCompleteDisplayType PercentCompleteDisplayType { get; set; }
Public Property PercentCompleteDisplayType As PercentCompleteDisplayType
| Type | Description |
|---|---|
| PercentCompleteDisplayType |
A PercentCompleteDisplayType enumeration value that lists possible variants of the task progress display.
|
Available values:
| 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.
|
You can access this nested property as listed below:
| Library | Object Type | Path to PercentCompleteDisplayType |
|---|---|---|
| Cross-Platform Class Library | IAppointmentViewInfo |
.Options .PercentCompleteDisplayType
| | WinForms Controls | AppointmentViewInfo |
.Options .PercentCompleteDisplayType
| | ASP.NET Web Forms Controls | AppointmentViewInfo |
.Options .PercentCompleteDisplayType
|
The PercentCompleteDisplayType property specifies how a percentage of completion (the Appointment.PercentComplete property value) is displayed for the current appointment shown in the Gantt View.
To specify this option for all appointments in the view, use the GanttViewAppointmentDisplayOptions.PercentCompleteDisplayType property.
See Also
AppointmentViewInfoCustomizing
AppointmentViewInfoOptions Class