Back to Devexpress

ASPxDashboard.InitialDashboardState Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-ce532b8c.md

latest1.7 KB
Original Source

ASPxDashboard.InitialDashboardState Property

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

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[DefaultValue("")]
public string InitialDashboardState { get; set; }
vb
<DefaultValue("")>
Public Property InitialDashboardState As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the initial dashboard state.

|

Remarks

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

Note that the InitialDashboardState property can be used only on the initial page loading (in the Page_Load event handler).

See Also

InitialDashboardId

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace