Back to Devexpress

DashboardExtensionSettings.InitialDashboardState Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-9792558a.md

latest1.6 KB
Original Source

DashboardExtensionSettings.InitialDashboardState Property

Gets or sets the initial dashboard state when loading a dashboard.

Namespace : DevExpress.DashboardWeb.Mvc

Assembly : DevExpress.Dashboard.v25.2.Web.Mvc5.dll

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public string InitialDashboardState { get; set; }
vb
Public Property InitialDashboardState As String

Property Value

TypeDescription
String

A String value that specifies the initial dashboard state.

|

Remarks

To learn more about a dashboard state, see Manage Dashboard State.

See Also

InitialDashboardId

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace