Skip to main content
All docs
V23.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.v23.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