DashboardDesignerManager.GetDashboardData() Method
In This Article
Returns the persistent object used to store a dashboard in the application database.
Namespace: DevExpress.ExpressApp.Dashboards.Win
Assembly: DevExpress.ExpressApp.Dashboards.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Win
#Declaration
public IDashboardData GetDashboardData()
#Returns
Type | Description |
---|---|
IDashboard |
An IDashboard |
See Also