Back to Devexpress

XtraDialog.ShowAsync Method

windowsforms-devexpress-dot-xtraeditors-dot-xtradialog-dot-showasync.md

latest1.4 KB
Original Source

XtraDialog.ShowAsync Method

NameParametersDescription
ShowAsync(XtraDialogArgs) staticargsDisplays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ShowAsync(Control) staticcontentDisplays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ShowAsync(IWin32Window, Control) staticowner, contentDisplays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.