Back to Devexpress

DashboardData Class

expressappframework-devexpress-dot-persistent-dot-baseimpl-dot-ef-bad69cc6.md

latest1.7 KB
Original Source

DashboardData Class

An entity class used by the Dashboards Module to store dashboards in the application database.

Namespace : DevExpress.Persistent.BaseImpl.EF

Assembly : DevExpress.Persistent.BaseImpl.EFCore.v25.2.dll

NuGet Package : DevExpress.Persistent.BaseImpl.EFCore

Declaration

csharp
public class DashboardData :
    BaseObject,
    IDashboardData
vb
Public Class DashboardData
    Inherits BaseObject
    Implements IDashboardData

Remarks

To customize this class, inherit it, and pass the descendant type to the DashboardsModule.DashboardDataType property.

Implements

IXafEntityObject

IObjectSpaceLink

IDashboardData

Inheritance

Object BaseObject DashboardData

See Also

DashboardData Members

DevExpress.Persistent.BaseImpl.EF Namespace