Skip to main content
All docs
V25.1
  • DashboardStateChangedEventArgs.DashboardState Property

    Gets the current state of the dashboard.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    public DashboardState DashboardState { get; }

    Property Value

    Type Description
    DashboardState

    A DashboardState object that contains the selected master filter values, drill-down levels, and other client actions users perform on a dashboard.

    Remarks

    For more information about a dashboard state, see Manage Dashboard State.

    See Also