Back to Devexpress

BaseControl.IsLoading Property

windowsforms-devexpress-dot-xtraeditors-dot-basecontrol-e3ba3a12.md

latest1.2 KB
Original Source

BaseControl.IsLoading Property

Gets whether the control is being initialized.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the control is being initialized; otherwise, false.

|

Remarks

The property supports the internal .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

BaseControl Class

BaseControl Members

DevExpress.XtraEditors Namespace