BaseView.IsLoadingAnimationInProgress Property
Gets whether loading indicator animation is currently running within this View.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if loading indicator animation is currently running within this View; otherwise, false. |
Remarks
In Deferred Load mode, when an end-user activates a Document, it takes some time to display this Document because its content is loaded dynamically. You can use the BaseView.UseLoadingIndicator property to specify whether a loading indicator should be displayed when navigating through Documents. The IsLoadingAnimationInProgress property allows you to get whether this animation is currently running.
To customize a loading indicator, use the BaseView.LoadingIndicatorProperties property.