Skip to main content

AppointmentFormController.ShouldEditTaskProgress Property

Gets whether the form should enable modifying the PercentComplete property value by end-users.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual bool ShouldEditTaskProgress { get; }

Property Value

Type Description
Boolean

true to allow task progress editing within the form; otherwise, false.

Remarks

The ShouldEditTaskProgress property indicates that the control used to modify the AppointmentFormController.PercentComplete property should not be available to end-users.

See Also