Skip to main content
A newer version of this page is available. .

BootstrapWebClientUIWidget.ClientSideEvents Property

Gets an object that lists the client-side events specific to a client UI Widget.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapUIWidgetClientSideEventsBase

A BootstrapUIWidgetClientSideEventsBase object which allows assigning handlers to the client-side events available to the BootstrapWebClientUIWidget.

See Also