Skip to main content

AppointmentFormControllerBase.CanDeleteAppointment Property

Gets a value that indicates if the appointment currently being edited in the form can be deleted.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public bool CanDeleteAppointment { get; }

#Property Value

Type Description
Boolean

true if the appointment can be deleted; otherwise, false.

#Remarks

An appointment can be deleted only if it is not a newly created appointment (AppointmentFormControllerBase.IsNewAppointment), and if the scheduler control whose collection of appointments contains the current appointment allows its appointments to be deleted (this is specified by the OptionsCustomization.AllowAppointmentDelete property).

See Also