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

AppointmentFormController.PercentComplete Property

Gets or sets the PercentComplete property value of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public int PercentComplete { get; set; }

Property Value

Type Description
Int32

An integer that is the percentage of completion for the task currently being edited in the form.

See Also