jQuery Gantt Types

ContentReadyEvent

The type of the contentReady event handler's argument.

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

Object

ContextMenuPreparingEvent

The type of the contextMenuPreparing event handler's argument.

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

Object

CustomCommandEvent

The type of the customCommand event handler's argument.

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

Object

DependencyDeletedEvent

The type of the dependencyDeleted event handler's argument.

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

Object

DependencyDeletingEvent

The type of the dependencyDeleting event handler's argument.

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

Object

DependencyInsertedEvent

The type of the dependencyInserted event handler's argument.

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

Object

DependencyInsertingEvent

The type of the dependencyInserting event handler's argument.

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

Object

DisposingEvent

The type of the disposing event handler's argument.

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

Object

GanttPdfExportDateRange

Specifies the date range for which to export tasks.

Accepted Values: 'all' | 'visible'

GanttPdfExportMode

Specifies which part of the component to export (chart area, tree list area, or the entire component).

Accepted Values: 'all' | 'treeList' | 'chart'

GanttPredefinedContextMenuItem

Configures context menu item settings.

Accepted Values: 'undo' | 'redo' | 'expandAll' | 'collapseAll' | 'addTask' | 'deleteTask' | 'zoomIn' | 'zoomOut' | 'deleteDependency' | 'taskDetails' | 'resourceManager'

GanttPredefinedToolbarItem

Configures toolbar items' settings.

Accepted Values: 'separator' | 'undo' | 'redo' | 'expandAll' | 'collapseAll' | 'addTask' | 'deleteTask' | 'zoomIn' | 'zoomOut' | 'taskDetails' | 'fullScreen' | 'resourceManager' | 'showResources' | 'showDependencies'

GanttRenderScaleType

Specifies a scale type to render.

Accepted Values: 'minutes' | 'hours' | 'sixHours' | 'days' | 'weeks' | 'months' | 'quarters' | 'years' | 'fiveYears'

GanttScaleType

Specifies the zoom level of tasks in the Gantt chart.

Accepted Values: 'auto' | 'minutes' | 'hours' | 'sixHours' | 'days' | 'weeks' | 'months' | 'quarters' | 'years'

GanttTaskTitlePosition

Specifies a task's title position.

Accepted Values: 'inside' | 'outside' | 'none'

InitializedEvent

The type of the initialized event handler's argument.

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

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

Object

ResourceAssignedEvent

The type of the resourceAssigned event handler's argument.

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

Object

ResourceAssigningEvent

The type of the resourceAssigning event handler's argument.

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

Object

ResourceDeletedEvent

The type of the resourceDeleted event handler's argument.

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

Object

ResourceDeletingEvent

The type of the resourceDeleting event handler's argument.

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

Object

ResourceInsertedEvent

The type of the resourceInserted event handler's argument.

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

Object

ResourceInsertingEvent

The type of the resourceInserting event handler's argument.

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

Object

ResourceManagerDialogShowingEvent

The type of the resourceManagerDialogShowing event handler's argument.

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

Object

ResourceUnassignedEvent

The type of the resourceUnassigned event handler's argument.

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

Object

ResourceUnassigningEvent

The type of the resourceUnassigning event handler's argument.

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

Object

ScaleCellPreparedEvent

The type of the scaleCellPrepared event handler's argument.

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

Object

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

Object

TaskClickEvent

The type of the taskClick event handler's argument.

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

Object

TaskDblClickEvent

The type of the taskDblClick event handler's argument.

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

Object

TaskDeletedEvent

The type of the taskDeleted event handler's argument.

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

Object

TaskDeletingEvent

The type of the taskDeleting event handler's argument.

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

Object

TaskEditDialogShowingEvent

The type of the taskEditDialogShowing event handler's argument.

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

Object

TaskInsertedEvent

The type of the taskInserted event handler's argument.

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

Object

TaskInsertingEvent

The type of the taskInserting event handler's argument.

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

Object

TaskMovingEvent

The type of the taskMoving event handler's argument.

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

Object

TaskUpdatedEvent

The type of the taskUpdated event handler's argument.

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

Object

TaskUpdatingEvent

The type of the taskUpdating event handler's argument.

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

Object