FloatingActionButtonClientSideEvents Properties
Contains a client-side floating action button’s event list.| Name | Description |
|---|---|
| ActionCollapsing | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientFloatingActionButton.ActionCollapsing event. |
| ActionExpanding | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientFloatingActionButton.ActionExpanding event. |
| ActionItemClick | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientFloatingActionButton.ActionItemClick event. |
| ContextChanging | Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientFloatingActionButton.ContextChanging 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