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

GanttClientSideEvents.TaskUpdated Property

Specifies the name of the JavaScript function or the code that handles the client-side ASPxClientGantt.TaskUpdated event.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string TaskUpdated { get; set; }

Property Value

Type Default Description
String String.Empty

The name of a JavaScript function or code.

See Also