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

DashboardState.Items Property

Provides access to states of individual dashboard items displayed in the dashboard.

Namespace: DevExpress.DashboardCommon

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

Declaration

public List<DashboardItemState> Items { get; set; }

Property Value

Type Description
List<DashboardItemState>

A collection of DashboardItemState objects that are states of individual dashboard items.

See Also