Skip to main content
All docs
V26.1
  • NonPersistentObjectSpaceProviderOptions.ConfigureObjectSpaceProvider Property

    Allows you to customize the NonPersistentObjectSpaceProvider.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public Action<NonPersistentObjectSpaceProvider, IServiceProvider> ConfigureObjectSpaceProvider { get; set; }

    Property Value

    Type Description
    Action<NonPersistentObjectSpaceProvider, IServiceProvider>

    The delegate that allows you to customize the NonPersistentObjectSpaceProvider.

    See Also