Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IDashboardData Interface

Declares members of the persistent classes used by the Dashboards Module to store dashboards in the application database.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

public interface IDashboardData

Remarks

Built-in implementations of IDashboardData are the DashboardData XPO persistent class and DashboardData Entity Framework class.

If you have created a custom class that supports IDashboardData, pass the implemented type to the DashboardsModule.DashboardDataType property to use it instead of the default implementation.

See Also