Skip to main content
A newer version of this page is available. .

ASPxDiagram.ClientSideEvents Property

Gets an object that lists the ASPxDiagram‘s client-side events.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DiagramClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DiagramClientSideEvents

An object that allows you to assign handlers to the client-side events.

Remarks

The ClientSideEvents property provides access to an object of the DiagramClientSideEvents type. The object contains properties whose names correspond to the ASPxDiagram‘s client-side events. Use these properties to assign JavaScript functions to the client-side events.

See Also