GanttClientSideEvents.TaskInserting Property
Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskInserting event.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The name of a JavaScript function or code. |
See Also