Vue Scheduler - CellClickEvent

The type of the cellClick event handler's argument.

import { DxSchedulerTypes } from "devextreme-vue/scheduler"
Type: DxSchedulerTypes.CellClickEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

cellData

Type:

Object

cellElement

component

The UI component's instance.

Selector: DxComponent
Type:

Scheduler

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent