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

ASPxClientGanttDependencyInsertedEventArgs.values Property

Specifies the dependency values.

Declaration

values: any

Property Value

Type Description
any

The dependency values.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents DependencyInserted="onGanttDependencyInserted" ... />
</dx:ASPxGantt>

Run Demo

Concepts

See Also