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

BaseEdit.IsLoading Property

Gets a value indicating whether the editor is being loaded.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if the editor is being loaded; otherwise, false.

See Also