Back to Devexpress

AppointmentViewInfoOptions.PercentCompleteDisplayType Property

corelibraries-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentviewinfooptions.md

latest4.0 KB
Original Source

AppointmentViewInfoOptions.PercentCompleteDisplayType Property

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

Declaration

csharp
public PercentCompleteDisplayType PercentCompleteDisplayType { get; set; }
vb
Public Property PercentCompleteDisplayType As PercentCompleteDisplayType

Property Value

TypeDescription
PercentCompleteDisplayType

A PercentCompleteDisplayType enumeration value that lists possible variants of the task progress display.

|

Available values:

NameDescription
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:

LibraryObject TypePath to PercentCompleteDisplayType
Cross-Platform Class LibraryIAppointmentViewInfo

.Options .PercentCompleteDisplayType

| | WinForms Controls | AppointmentViewInfo |

.Options .PercentCompleteDisplayType

| | ASP.NET Web Forms Controls | AppointmentViewInfo |

.Options .PercentCompleteDisplayType

|

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.

See Also

AppointmentViewInfoCustomizing

PercentCompleteDisplayType

PercentComplete

AppointmentViewInfoOptions Class

AppointmentViewInfoOptions Members

DevExpress.XtraScheduler.Drawing Namespace