Skip to main content

ListBoxEdit.IsAsyncOperationInProgress Property

Gets whether an asynchronous operation is in progress.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsAsyncOperationInProgress { get; }

Property Value

Type Description
Boolean

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

See Also