Skip to main content

MessageBoxService.ShowAsync(String, String, IEnumerable<MessageBoxCommand>) Method

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public Task<MessageBoxCommand> ShowAsync(
    string content,
    string title,
    IEnumerable<MessageBoxCommand> commands
)

Parameters

Name Type
content String
title String
commands IEnumerable<MessageBoxCommand>

Returns

Type
Task<MessageBoxCommand>
See Also