Skip to main content
A newer version of this page is available.

PictureEdit.LoadInProgess Property

OBSOLETE

Use LoadInProgress

Gets whether an asynchronous image load is in progress.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use LoadInProgress")]
public bool LoadInProgess { 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