Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpaceProvider.XpoTypeInfoSource Property

Returns a source of XPO-related information on business classes.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v21.1.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public XpoTypeInfoSource XpoTypeInfoSource { get; }

Property Value

Type Description
DevExpress.ExpressApp.DC.Xpo.XpoTypeInfoSource

An XpoTypeInfoSource object that is a source of XPO-related information on business classes.

See Also