SchedulerClientSideEvents.AppointmentsSelectionChanged Property
Gets or sets a client-side handler for a client scheduler’s ASPxClientScheduler.AppointmentsSelectionChanged event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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. |
See Also