BootstrapChart.ClientSideEvents Property
Gets an object that lists the client-side events specific to the BootstrapChart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartClientSideEvents ClientSideEvents { get; }
Property Value
Type | Description |
---|---|
BootstrapChartClientSideEvents | An object that allows you to handle BootstrapChart‘s client-side events. |
Remarks
The ClientSideEvents property provides access to an object of the BootstrapCoordinateSystemChartClientSideEvents type. This object contains properties whose names correspond to the events available to the BootstrapChart on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the BootstrapChart control.
See Also