Skip to main content

DashboardViewer.EndUpdateParameters() Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public void EndUpdateParameters()

#Remarks

Use the DashboardViewer.Parameters property to access dashboard parameter settings and metadata.

See Also