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

IDashboardControl.Parameters Property

Provides access to dashboard parameter settings and metadata.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

DashboardParameters Parameters { get; }

Property Value

Type Description
DashboardParameters

A DashboardParameters object representing a collection of DashboardParameterDescriptor objects.

See Also