Session.ServiceProvider Property
In This Article
Gets the service provider used by the current session to access service objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[Browsable(false)]
public IServiceProvider ServiceProvider { get; }
#Property Value
Type | Description |
---|---|
IService |
An object that implements the IService |
See Also