Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGantt.DeleteTask(key) Method

Deletes a task.

Declaration

DeleteTask(
    key: any
): void

Parameters

Name Type Description
key any

The task’s key.

Remarks

The key should have the same format as used in the data source field.

Run Demo

clientGantt.DeleteTask("task_key");

The alert message notifies users that deleting a task creates a gap in the workflow between the preceding and subsequent tasks.

Concepts

See Also