Back to Devexpress

EditorContainer.IsLoading Property

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-editorcontainer-4bbc836f.md

latest1.3 KB
Original Source

EditorContainer.IsLoading Property

Gets whether the control is being initialized.

Namespace : DevExpress.XtraEditors.Container

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

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

See Also

EditorContainer Class

EditorContainer Members

DevExpress.XtraEditors.Container Namespace