Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    IServiceProvider

    An object that implements the IServiceProvider interface.

    See Also