Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseView.IsLoadingAnimationInProgress Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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