DashboardDesignerManager.GetDashboardData() Method
Returns the persistent object used to store a dashboard in the application database.
Namespace: DevExpress.ExpressApp.Dashboards.Win
Assembly: DevExpress.ExpressApp.Dashboards.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Win
Declaration
Returns
Type | Description |
---|---|
IDashboardData | An IDashboardData object that is used to store dashboards in the application database. |
See Also