A newer version of this page is available.
Switch to the current version.
DockPanelClientSideEvents Class
Contains a list of the client-side events available for the ASPxDockPanel control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class DockPanelClientSideEvents :
PopupControlClientSideEvents
Public Class DockPanelClientSideEvents
Inherits PopupControlClientSideEvents
Related API Members
The following members accept/return DockPanelClientSideEvents objects:
Remarks
The DockPanelClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientDockPanel 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 DockPanelClientSideEvents object is automatically created when a server-side ASPxDockPanel object is being initialized.
Implements
Inheritance
See Also
Feedback