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

    Session.ServiceProvider Property

    Gets the service provider used by the current session to access service objects.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    [Browsable(false)]
    public IServiceProvider ServiceProvider { get; }

    Property Value

    Type Description
    IServiceProvider

    An object that implements the IServiceProvider interface.

    See Also