Skip to main content
A newer version of this page is available. .

PercentCompleteDisplayType Enum

Specifies how the percentage of completion is displayed for appointments (tasks) within the Gantt view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public enum PercentCompleteDisplayType

Members

Name Description
BarProgress

Displays bar shading.

PercentCompleteDisplayType.BarProgress

Number

Displays bar shading and a percent number.

PercentCompleteDisplayType.Number

Both

Displays percentage of completion as bar shading and a percent number.

PercentCompleteDisplayType.Both

None

Does not display percentage of completion.

PercentCompleteDisplayType.None

Related API Members

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