Skip to main content
All docs
V24.2

GanttClientSideEvents.TaskDeleting Property

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

Namespace: DevExpress.Web.ASPxGantt

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

#Declaration

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

#Property Value

Type Default Description
String String.Empty

The name of a JavaScript function or code.

See Also