Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public IDashboardData GetDashboardData()

Returns

Type Description
IDashboardData

An IDashboardData object that is used to store dashboards in the application database.

See Also