Skip to main content
All docs
V25.1
  • DXPopupSettings(String, String, String) Constructor

    Initializes a new instance of the DXPopupSettings class with specified settings.

    Namespace: DevExpress.Maui.Mvvm

    Assembly: DevExpress.Maui.Mvvm.dll

    NuGet Package: DevExpress.Maui.Mvvm

    Declaration

    public DXPopupSettings(
        string title,
        string message = null,
        string titleIcon = null
    )

    Parameters

    Name Type Description
    title String

    The title of the pop-up view.

    Optional Parameters

    Name Type Default Description
    message String null

    The message of the pop-up view.

    titleIcon String null

    The icon source name.

    See Also