Skip to main content

PictureEdit.LoadInProgress Property

Gets whether an asynchronous image load is in progress.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool LoadInProgress { get; }

Property Value

Type Description
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