Skip to main content

DashboardViewer.BeginUpdateParameters() Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.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