A newer version of this page is available.
Switch to the current version.
AppointmentFormTemplateContainer.CanDeleteAppointment Property
Gets a value that indicates if the appointment currently being edited in the form can be deleted.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public bool CanDeleteAppointment { get; }
Public ReadOnly Property CanDeleteAppointment As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the appointment can be deleted; otherwise, false. |
See Also
Feedback