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

ASPxClientGanttTaskMovingEventArgs.values Property

Specifies the task values.

Declaration

values: any

Property Value

Type Description
any

The values.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents TaskMoving="onGanttTaskMoving" ... />
</dx:ASPxGantt>

Concepts

Online Demo

See Also