Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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