Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PictureEdit.LoadInProgress Property

Gets whether an asynchronous image load is in progress.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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