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

DashboardViewer.BeginUpdateParameters() Method

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public void BeginUpdateParameters()

Remarks

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

See Also