Skip to main content

BootstrapCallbackPanel.ClientSideEvents Property

Gets an object that lists the client-side events specific to the BootstrapCallbackPanel.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCallbackPanelClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
BootstrapCallbackPanelClientSideEvents

An object that allows you to handle BootstrapCallbackPanel‘s client-side events.

Remarks

The ClientSideEvents property provides access to an object of the BootstrapCallbackPanelClientSideEvents type. This object contains properties whose names correspond to the events available to the BootstrapCallbackPanel on the client side. These properties provide the ability to assign handling JavaScript functions to the required client-side events of the BootstrapCallbackPanel control.

See Also