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

ASPxClientDashboardViewer.EndUpdateParameters() Method

Unlocks the ASPxClientDashboardParameters object after a call to the ASPxClientDashboardViewer.BeginUpdateParameters method and applies changes made to the parameter settings.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void EndUpdateParameters()

Remarks

Use the ASPxClientDashboardViewer.GetParameters method to access dashboard parameter settings and metadata.

See Also