Back to Devexpress

BaseEdit.IsLoading Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-4ef95280.md

latest1.2 KB
Original Source

BaseEdit.IsLoading Property

Gets a value indicating whether the editor is being loaded.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override bool IsLoading { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

IsLoading

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace