ASPxDockPanel.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxDockPanel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public DockPanelClientSideEvents ClientSideEvents { get; }
Public ReadOnly Property ClientSideEvents As DockPanelClientSideEvents
Property Value
Type | Description |
---|---|
DockPanelClientSideEvents | A DockPanelClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxDockPanel. |
Available values:
Name | Description |
---|---|
EndDragging | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockPanel.EndDragging event. |
StartDragging | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockPanel.StartDragging event. |
AfterFloat | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockPanel.AfterFloat event. |
BeforeFloat | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockPanel.BeforeFloat event. |
AfterDock | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockPanel.AfterDock event. |
BeforeDock | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockPanel.BeforeDock event. |
DockPanelClientSideEvents() | Initializes a new instance of the DockPanelClientSideEvents class. For internal use only. |
Remarks
The ClientSideEvents property provides access to an object of the DockPanelClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxDockPanel on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the ASPxDockPanel control.