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

ASPxScheduler.AllowAppointmentResize Event

Occurs when an end-user attempts to resize an appointment and the SchedulerOptionsCustomization.AllowAppointmentResize property is set to Custom.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

public event AppointmentOperationEventHandler AllowAppointmentResize

Event Data

The AllowAppointmentResize event's data class is AppointmentOperationEventArgs. The following properties provide information specific to this event:

Property Description
Allow Gets or sets a value indicating whether an end-user is allowed to perform a particular action.
Appointment Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs.
Recurring Gets or sets a value indicating if the appointment is recurring.

Remarks

Refer to the SchedulerControl.AllowAppointmentResize topic, to learn more.

See Also