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

DashboardDesigner.BeginUpdateParameters() Method

Locks the DashboardParameters object until the DashboardDesigner.EndUpdateParameters method call.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public void BeginUpdateParameters()

Remarks

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

See Also