Back to Devexpress

PictureEdit.LoadInProgress Property

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-019651ab.md

latest1.6 KB
Original Source

PictureEdit.LoadInProgress Property

Gets whether an asynchronous image load is in progress.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool LoadInProgress { get; }
vb
<Browsable(False)>
Public ReadOnly Property LoadInProgress As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

An asynchronous image load is initiated by the PictureEdit.LoadAsync method.

See Also

LoadAsync(String)

PictureEdit.LoadCompleted

RepositoryItemPictureEdit.LoadCompleted

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace