Skip to main content

SetInitialDashboardStateBaseEventArgs.Dashboard Property

A dashboard whose state can be initialized.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public Dashboard Dashboard { get; }

Property Value

Type Description
Dashboard

A Dashboard object.

See Also