Skip to main content

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

public class DashboardData :
    BaseObject,
    IDashboardData

Remarks

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

Inheritance

Object
BaseObject
DashboardData
See Also