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

DashboardState.Parameters Property

Provides access to states of dashboard parameters.

Namespace: DevExpress.DashboardCommon

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

Declaration

public List<DashboardParameterState> Parameters { get; set; }

Property Value

Type Description
List<DashboardParameterState>

A collection of DashboardParameterState objects that are states of dashboard parameters.

See Also