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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The name of the JavaScript function or code used to handle the event.

See Also