Back to Devexpress

ListBoxEdit.IsAsyncOperationInProgress Property

wpf-devexpress-dot-xpf-dot-editors-dot-listboxedit-6a6d126a.md

latest1.1 KB
Original Source

ListBoxEdit.IsAsyncOperationInProgress Property

Gets whether an asynchronous operation is in progress.

Namespace : DevExpress.Xpf.Editors

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 an asynchronous operation is in progress; otherwise, false.

|

See Also

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace