DXPopupService(IServiceProvider) Constructor
In This Article
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
C#
public DXPopupService(
IServiceProvider serviceProvider
)
#Parameters
Name | Type | Description |
---|---|---|
service |
IService |
Provides access to a dependency injection mechanism that allows the DXPopup |
See Also