Back to Devexpress

XafApplication.IsLoading Property

expressappframework-devexpress-dot-expressapp-dot-xafapplication-08c9005c.md

latest1.1 KB
Original Source

XafApplication.IsLoading Property

Indicates whether the application component is currently being initialized.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDescription
Boolean

true if the application is currently being initialized; otherwise, false.

|

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace