XPObjectSpaceProvider.TypesInfo Property
In This Article
Supplies metadata on types used in an XAF application.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
#Declaration
public ITypesInfo TypesInfo { get; }
#Property Value
Type | Description |
---|---|
ITypes |
An ITypes |
#Remarks
This property is used to initialize the BaseObjectSpace.TypesInfo property of the Object Space created by the current Object Space Provider.
See Also