Back to Devexpress

DashboardData Class

expressappframework-devexpress-dot-persistent-dot-baseimpl-6f7e0916.md

latest1.7 KB
Original Source

DashboardData Class

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

Namespace : DevExpress.Persistent.BaseImpl

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

NuGet Package : DevExpress.Persistent.BaseImpl.Xpo

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

IDashboardData

Inheritance

Object PersistentBase XPBaseObject XPCustomObject BaseObject DashboardData

See Also

DashboardData Members

DevExpress.Persistent.BaseImpl Namespace