DiagramClientSideEvents.RequestEditOperation Property
Specifies the name of the JavaScript function or the entire code that handles the client RequestEditOperation event.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The name of the JavaScript function or code used to handle the event. |
See Also