Skip to main content
.NET 6.0+

XPObjectSpaceProvider.XpoTypeInfoSource Property

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

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.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