Back to Devexpress

ASPxDockZone.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-aspxdockzone-808eacb6.md

latest1.8 KB
Original Source

ASPxDockZone.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxDockZone.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public DockZoneClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As DockZoneClientSideEvents

Property Value

TypeDescription
DockZoneClientSideEvents

An object that allows you to handle ASPxDockZone‘s client-side events.

|

Remarks

The ClientSideEvents property provides access to an object of the DockZoneClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxDockZone on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the ASPxDockZone control.

See Also

ASPxClientDockZone

Docking

Online Demo: Docking - Client-Side Events

ASPxDockZone Class

ASPxDockZone Members

DevExpress.Web Namespace