DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

AppointmentAddingEvent

The type of the appointmentAdding event handler's argument.

import { AppointmentAddingEvent } from "devextreme/ui/scheduler"
Type:

Object

appointmentData

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

component

The UI component's instance.

Type:

Scheduler

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any