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

BootstrapChartClientSideEventsBase Class

Serves as the base class for classes containing client-side event handlers for Charts.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartClientSideEventsBase :
    BootstrapUIWidgetClientSideEventsBase

The following members return BootstrapChartClientSideEventsBase objects:

Remarks

The BootstrapChartClientSideEventsBase class serves as the base class for classes, containing client-side event handlers for chart controls. It contains properties whose names represent the names of the client-side events which are available for chart controls.

Each of these properties provides the ability to assign a handling code (or the name of a JavaScript handle function) to the corresponding client-side event.

An instance of the BootstrapChartClientSideEventsBase class is automatically created when initializing a server-side web control object.

See Also