Provides access to states of individual dashboard items displayed in the dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public List<DashboardItemState> Items { get; set; }
Public Property Items As List(Of DashboardItemState)
Type | Description |
---|---|
List<DashboardItemState> | A collection of DashboardItemState objects that are states of individual dashboard items. |