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

ASPxClientGanttTaskUpdatingEventArgs.newValues Property

Specifies the task’s new values.

Declaration

newValues: any

Property Value

Type Description
any

The new values.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents TaskUpdating="onGanttTaskUpdating" ... />
</dx:ASPxGantt>

Run Demo

Concepts

See Also