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

SchedulerClientSideEvents.AppointmentResize Property

Gets or sets a client-side handler for a client scheduler’s AppointmentResize event.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue("")]
public string AppointmentResize { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

Remarks

By handling the AppointmentResize event, you can invoke a custom script function when an appointment is resized.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E1534.

See Also