Back to Devexpress

BootstrapCallbackPanel.ClientSideEvents Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapcallbackpanel.md

latest2.3 KB
Original Source

BootstrapCallbackPanel.ClientSideEvents Property

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCallbackPanelClientSideEvents ClientSideEvents { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ClientSideEvents As BootstrapCallbackPanelClientSideEvents

Property Value

TypeDescription
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

Callback Panel

BootstrapCallbackPanel Class

BootstrapCallbackPanel Members

DevExpress.Web.Bootstrap Namespace