Skip to main content

ASPxClientAppointmentFlags.allowDelete Property

Gets a value that specifies whether an end-user is allowed to delete appointments.

#Declaration

TypeScript
allowDelete: boolean

#Property Value

Type Description
boolean

true if an end-user can delete appointments; otherwise, false. Default is true.

See Also