Back to Devexpress

AsyncDisplayMode Enum

corelibraries-devexpress-dot-mvvm-07c4a595.md

latest1.6 KB
Original Source

AsyncDisplayMode Enum

Lists values that specify how the button indicates executed asynchronous operations.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public enum AsyncDisplayMode
vb
Public Enum AsyncDisplayMode

Members

NameDescription
None

Asynchronous operations are executed without a visual indication.

| | Wait |

The button displays the wait indicator during the asynchronous operation.

| | WaitCancel |

The button displays the wait indicator and changes it to the cancel button when a user hovers the mouse pointer over the wait indicator. If a user presses the cancel button, the associated asynchronous command’s IsCancellationRequested property is changed to true.

|

The following properties accept/return AsyncDisplayMode values:

LibraryRelated API Members
Cross-Platform Class LibraryUICommand.AsyncDisplayMode
WPF ControlsSimpleButton.AsyncDisplayMode

See Also

DevExpress.Mvvm Namespace