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

ASPxClientGanttResourceDeletingEventArgs.key Property

Specifies the resource key.

Declaration

key: any

Property Value

Type Description
any

The key.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents ResourceDeleting="onGanttResourceDeleting" ... />
</dx:ASPxGantt>

Run Demo

Concepts

See Also