Skip to main content

AppointmentViewInfoOptions.PercentCompleteDisplayType Property

Gets or sets how the task progress is displayed within the appointment body.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public PercentCompleteDisplayType PercentCompleteDisplayType { get; set; }

#Property Value

Type Description
PercentCompleteDisplayType

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

#Property Paths

You can access the AppointmentViewInfoOptions.PercentCompleteDisplayType property from the following objects:

Object Type Path to PercentCompleteDisplayType
AppointmentViewInfo
.Options.PercentCompleteDisplayType
See Also