Skip to main content
All docs
V23.2
.NET 6.0+

Session.ServiceProvider Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.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