Skip to main content
Tab

DockZoneClientSideEvents Class

Contains a list of the client-side events available for the ASPxDockZone control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DockZoneClientSideEvents :
    ClientSideEvents

The following members return DockZoneClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxDockZone.ClientSideEvents
ASP.NET MVC Extensions DockZoneSettings.ClientSideEvents

Remarks

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.

Implements

See Also