PanelClientSideEvents Properties
Contains a list of the client-side events available for the ASPxPanel.| Name | Description |
|---|---|
| Collapsed | Gets or sets the name of the JavaScript function or the entire code which will handle a client panel’s ASPxClientPanel.Collapsed event. |
| Expanded | Gets or sets the name of the JavaScript function or the entire code which will handle a client panel’s ASPxClientPanel.Expanded event. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
See Also