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

SchedulerSettings.AllowAppointmentResize Property

Enables you to perform custom actions when an end-user attempts to resize an appointment.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public AppointmentOperationEventHandler AllowAppointmentResize { get; set; }

Property Value

Type Description
AppointmentOperationEventHandler

A AppointmentOperationEventHandler delegate method allowing you to implement custom processing.

Remarks

The AllowAppointmentResize event fires only if the SchedulerSettings.OptionsCustomization.AllowAppointmentResize property is set to UsedAppointmentType.Custom.

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

See Also