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

DashboardItemState Class

A dashboard item state that includes selected master filter values, current drill-down values, etc.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class DashboardItemState

Remarks

To add states of individual dashboard items to the entire dashboard state (DashboardState), use the DashboardState.Items property. To learn more about a dashboard state, see Manage Dashboard State.

Inheritance

Object
DashboardItemState
See Also