aspnet-devexpress-dot-web-e85c7c40.md
Contains a list of the client-side events available for the ASPxDockZone control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class DockZoneClientSideEvents :
ClientSideEvents
Public Class DockZoneClientSideEvents
Inherits ClientSideEvents
The following members return DockZoneClientSideEvents objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxDockZone.ClientSideEvents |
| ASP.NET MVC Extensions | DockZoneSettings.ClientSideEvents |
The DockZoneClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientDockZone object. Property names are the names of the available client events.
Each property of this type provides the capability to assign an appropriate JavaScript handler function to the corresponding client-side event.
A DockZoneClientSideEvents object is automatically created when a server-side ASPxDockZone object is being initialized.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents DockZoneClientSideEvents
See Also