Angular Gantt Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ContentReadyEvent

ContextMenuPreparingEvent

The type of the contextMenuPreparing event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ContextMenuPreparingEvent

CustomCommandEvent

The type of the customCommand event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.CustomCommandEvent

DependencyDeletedEvent

The type of the dependencyDeleted event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.DependencyDeletedEvent

DependencyDeletingEvent

The type of the dependencyDeleting event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.DependencyDeletingEvent

DependencyInsertedEvent

The type of the dependencyInserted event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.DependencyInsertedEvent

DependencyInsertingEvent

The type of the dependencyInserting event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.DependencyInsertingEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.DisposingEvent

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 { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.OptionChangedEvent

ResourceAssignedEvent

The type of the resourceAssigned event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceAssignedEvent

ResourceAssigningEvent

The type of the resourceAssigning event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceAssigningEvent

ResourceDeletedEvent

The type of the resourceDeleted event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceDeletedEvent

ResourceDeletingEvent

The type of the resourceDeleting event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceDeletingEvent

ResourceInsertedEvent

The type of the resourceInserted event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceInsertedEvent

ResourceInsertingEvent

The type of the resourceInserting event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceInsertingEvent

ResourceManagerDialogShowingEvent

The type of the resourceManagerDialogShowing event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceManagerDialogShowingEvent

ResourceUnassignedEvent

The type of the resourceUnassigned event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceUnassignedEvent

ResourceUnassigningEvent

The type of the resourceUnassigning event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ResourceUnassigningEvent

ScaleCellPreparedEvent

The type of the scaleCellPrepared event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.ScaleCellPreparedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.SelectionChangedEvent

TaskClickEvent

The type of the taskClick event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskClickEvent

TaskDblClickEvent

The type of the taskDblClick event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskDblClickEvent

TaskDeletedEvent

The type of the taskDeleted event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskDeletedEvent

TaskDeletingEvent

The type of the taskDeleting event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskDeletingEvent

TaskEditDialogShowingEvent

The type of the taskEditDialogShowing event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskEditDialogShowingEvent

TaskInsertedEvent

The type of the taskInserted event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskInsertedEvent

TaskInsertingEvent

The type of the taskInserting event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskInsertingEvent

TaskMovingEvent

The type of the taskMoving event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskMovingEvent

TaskUpdatedEvent

The type of the taskUpdated event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskUpdatedEvent

TaskUpdatingEvent

The type of the taskUpdating event handler's argument.

import { DxGanttTypes } from "devextreme-angular/ui/gantt"
Type: DxGanttTypes.TaskUpdatingEvent