Skip to main content
A newer version of this page is available. .

XafApplication.IsLoading Property

Indicates whether the application component is currently being initialized.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public bool IsLoading { get; }

Property Value

Type Description
Boolean

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

See Also