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

DiagramSettings.ClientSideEvents Property

Gets an object that lists the Diagram’s client-side events.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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 Diagram’s client-side events. Use these properties to assign JavaScript functions to the client-side events.

See Also