Skip to main content

BaseEdit.IsLoading Property

Gets a value indicating whether the editor is being loaded.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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