Skip to main content
All docs
V18.2

ASPxClientDashboard.BeforeRender Event

Occurs before any element in the Web Dashboard control has been rendered.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientDashboardBeforeRenderEventHandler BeforeRender

Event Data

The BeforeRender event's data class is DevExpress.Web.Scripts.ASPxClientEventArgs.

Remarks

The BeforeRender event allows you to perform client-side customization of the Web Dashboard control before the control and its elements have been rendered.

See Also