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

DashboardDesigner.EndUpdateParameters() Method

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

Namespace: DevExpress.DashboardWin

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

Declaration

public void EndUpdateParameters()

Remarks

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

See Also