Skip to main content
All docs
V24.2

XtraMessageBox.ShowAsync(String) Method

Displays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static Task<DialogResult> ShowAsync(
    string text
)

Parameters

Name Type Description
text String

The text to display in the message box.

Returns

Type Description
Task<DialogResult>

An operation that executes asynchronously and is completed when the XtraMessageBox closes.

See Also