Back to Devexpress

IDashboardData Interface

expressappframework-devexpress-dot-persistent-dot-base-b0f681ed.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public interface IDashboardData
vb
Public Interface IDashboardData

The following members return IDashboardData objects:

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

IDashboardData Members

DevExpress.Persistent.Base Namespace