ASPxDashboard.InitialDashboardState Property
Gets or sets the initial dashboard state when loading a dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.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