ASPxDiagram.ClientSideEvents Property
In This Article
Gets an object that lists the ASPxDiagram‘s client-side events.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DiagramClientSideEvents ClientSideEvents { get; }
#Property Value
Type | Description |
---|---|
Diagram |
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