Skip to main content
All docs
V25.2
  • CustomCreateObjectSpaceProviderContext.TypesInfo Property

    Returns XAF-related information about business classes

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.2.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public ITypesInfo TypesInfo { get; }

    Property Value

    Type Description
    ITypesInfo

    An object that contains information on business classes.

    See Also