Back to Devexpress

BaseView.IsLoadingAnimationInProgress Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-ba55b6e7.md

latest2.4 KB
Original Source

BaseView.IsLoadingAnimationInProgress Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

UseLoadingIndicator

LoadingIndicatorProperties

Deferred Load

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace