DXPopupService(IServiceProvider) Constructor
Initializes a new instance of the DXPopupService class with specified settings.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public DXPopupService(
IServiceProvider serviceProvider
)
Parameters
| Name | Type | Description |
|---|---|---|
| serviceProvider | IServiceProvider | Provides access to a dependency injection mechanism that allows the DXPopupService to resolve required services at runtime. |
See Also