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

BaseView.IsLoadingAnimationInProgress Property

Gets whether loading indicator animation is currently running within this View.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

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.

See Also