DevExtreme v23.1 is now available.

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

TaskEditDialogShowingEvent

The type of the taskEditDialogShowing event handler's argument.

import { TaskEditDialogShowingEvent } from "devextreme/ui/gantt"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Type:

Gantt

element

The UI component's container.

hiddenFields

Type:

Array<String>

key

Type: any

model

Model data. Available only if you use Knockout.

Type: any

readOnlyFields

Type:

Array<String>

values

Type: any