DiagramClientSideEvents.ItemClick Property
Specifies the name of the JavaScript function or the entire code which will handle the client ItemClick event.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
[DefaultValue("")]
public string ItemClick { get; set; }
<DefaultValue("")>
Public Property ItemClick As String
Property Value
Type | Default | Description |
---|---|---|
String | The name of a JavaScript function or the JavaScript function's code used to handle the event. |
See Also
Feedback