New to Kendo UI for Angular? Start a free 30-day trial

SelectionChangeEvent

Arguments for the Gantt selectionChange event.

NameTypeDefaultDescription

action

"remove" | "select"

Specifies how was the selection changed.

  • select - All specified items should be selected, all other persisted ones should be removed.
  • remove - Only the specified items should be removed, all others should be left untouched.

items

any[]

Specifies which items were changed.

sender

GanttComponent

The Gantt component that triggered the event.

In this article

Not finding the help you need?