Back to Devexpress

DashboardDataProvider.CreateObjectSpace(Type) Method

expressappframework-devexpress-dot-expressapp-dot-dashboards-dot-dashboarddataprovider-dot-createobjectspace-x28-system-dot-type-x29.md

latest1.3 KB
Original Source

DashboardDataProvider.CreateObjectSpace(Type) Method

For internal use.

Namespace : DevExpress.ExpressApp.Dashboards

Assembly : DevExpress.ExpressApp.Dashboards.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Dashboards

Declaration

csharp
public virtual IObjectSpace CreateObjectSpace(
    Type type
)
vb
Public Overridable Function CreateObjectSpace(
    type As Type
) As IObjectSpace

Parameters

NameType
typeType

Returns

Type
IObjectSpace

See Also

DashboardDataProvider Class

DashboardDataProvider Members

DevExpress.ExpressApp.Dashboards Namespace