Skip to main content
All docs
V26.1
  • IObjectSpaceProviderBuilder<TContext>.Context Property

    Provides access to the application builder.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    TContext Context { get; }

    Property Value

    Type Description
    TContext

    The IWinApplicationBuilder type.

    See Also