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

ASPxClientGanttDependencyDeletingEventArgs.key Property

Specifies the dependency key.

Declaration

key: any

Property Value

Type Description
any

The key.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents DependencyDeleting="onGanttDependencyDeleting" ... />
</dx:ASPxGantt>

Concepts

Online Demo

See Also