IDevExpressBlazorBuilder.Services Property
Returns the collection of added services.
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Blazor.v26.1.dll
Declaration
IServiceCollection Services { get; }
Property Value
| Type | Description |
|---|---|
| IServiceCollection | An object that specifies the service collection. |
See Also