Back to Devexpress

SimpleButton.IsAsyncOperationInProgress Property

wpf-devexpress-dot-xpf-dot-core-dot-simplebutton-eb811bdf.md

latest1.2 KB
Original Source

SimpleButton.IsAsyncOperationInProgress Property

Gets whether the asynchronous operation associated with the button is in progress.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsAsyncOperationInProgress { get; }
vb
Public ReadOnly Property IsAsyncOperationInProgress As Boolean

Property Value

TypeDescription
Boolean

true if the asynchronous operation is in progress; otherwise, false.

|

See Also

AsyncDisplayMode

SimpleButton Class

SimpleButton Members

DevExpress.Xpf.Core Namespace