AppointmentViewInfoOptions.PercentCompleteDisplayType Property
Gets or sets how the task progress is displayed within the appointment body.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
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. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PercentCompleteDisplayType |
---|---|---|
Cross-Platform Class Library | IAppointmentViewInfo |
|
WinForms Controls | AppointmentViewInfo |
|
WPF Controls | AppointmentViewInfo |
|
ASP.NET Web Forms Controls | AppointmentViewInfo |
|
Remarks
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.