Skip to main content
.NET 6.0+

DashboardData(Session) Constructor

Used to initialize a new instance of a DashboardData descendant in a specific Session.

Namespace: DevExpress.Persistent.BaseImpl

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

Declaration

public DashboardData(
    Session session
)

Parameters

Name Type Description
session Session

A Session object which represents a persistent object’s cache where the business object will be instantiated.

See Also