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

AppointmentFormController.ShouldEditTaskProgress Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

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