Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapUIWidgetClientSideEventsBase

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

See Also