Back to Devexpress

ComponentEditorContainer.IsLoading Property

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-componenteditorcontainer-b2c169b3.md

latest1.6 KB
Original Source

ComponentEditorContainer.IsLoading Property

Gets whether the component 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 component 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

BeginInit()

EndInit()

ComponentEditorContainer Class

ComponentEditorContainer Members

DevExpress.XtraEditors.Container Namespace