Back to Devexpress

PercentCompleteDisplayType Enum

corelibraries-devexpress-dot-xtrascheduler-07298c0a.md

latest2.5 KB
Original Source

PercentCompleteDisplayType Enum

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

Declaration

csharp
public enum PercentCompleteDisplayType
vb
Public Enum PercentCompleteDisplayType

Members

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.

|

The following properties accept/return PercentCompleteDisplayType values:

Remarks

The PercentCompleteDisplayType enumeration is used to specify the GanttViewAppointmentDisplayOptions.PercentCompleteDisplayType or the AppointmentViewInfoOptions.PercentCompleteDisplayType property values.

See Also

PercentComplete

Gantt View

DevExpress.XtraScheduler Namespace