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.v20.1.Core.dll

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

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