AppointmentFormController.ShouldEditTaskProgress Property
Gets whether the form should enable modifying the PercentComplete property value by end-users.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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