ASPxDashboard.DashboardState Property
Allows you to specify the default dashboard state (such as the master filtering state) for the ASPxDashboard‘s.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the dashboard state for the ASPxDashboard‘s. |
Remarks
Note
Starting with v17.1, we recommend using the ASPxDashboard.InitialDashboardState property instead of DashboardState. To learn more about a dashboard state, see Manage Dashboard State.
See Also