Skip to main content
All docs
V25.1
  • DiagramClientSideEvents.EndSynchronization Property

    Specifies the name of the JavaScript function or the entire code which will handle the client EndSynchronization event.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

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

    See Also