Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    NonPersistentObjectSpaceProvider.TypesInfo Property

    Supplies XAF-related information on types used in the application.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public ITypesInfo TypesInfo { get; }

    Property Value

    Type Description
    ITypesInfo

    An ITypesInfo object that provides access to XAF-related information on business classes.

    Implements

    See Also