Back to Devexpress

DXPopupService Class

maui-devexpress-dot-maui-dot-controls-49c39cab.md

latest1.7 KB
Original Source

DXPopupService Class

Implements the IDXPopupService interface that invokes popup dialogs at the View Model level with the Dependency Injection mechanism.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public class DXPopupService :
    IDXPopupService

Implements

IDXPopupService

Inheritance

System.Object DXPopupService

Extension Methods

Yield<DXPopupService>()

YieldIfNotNull<DXPopupService>()

ShowActionSheet(DXPopupSettings, String, String[])

ShowRadioOptionSheet(DXPopupSettings, String, String, String[])

ShowCheckBoxOptionSheet(DXPopupSettings, String, String, String[])

See Also

DXPopupService Members

DevExpress.Maui.Controls Namespace