Skip to main content
All docs
V26.1
  • SetInitialDashboardStateBaseEventArgs.Dashboard Property

    A dashboard whose state can be initialized.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public Dashboard Dashboard { get; }

    Property Value

    Type Description
    Dashboard

    A Dashboard object.

    See Also