Back to Devexpress

BaseView.LoadingIndicatorProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-581d0458.md

latest2.6 KB
Original Source

BaseView.LoadingIndicatorProperties Property

Provides access to appearance settings used for a loading indicator within the current BaseView.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ILoadingIndicatorProperties LoadingIndicatorProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property LoadingIndicatorProperties As ILoadingIndicatorProperties

Property Value

TypeDescription
ILoadingIndicatorProperties

An ILoadingIndicatorProperties object that contains settings used for a loading indicator within the current BaseView.

|

Remarks

When the Deferred Load is used, navigating through documents takes some time to load their content. You can set the BaseView.UseLoadingIndicator property to true to enable a loading indicator that will be shown each time an empty document is being loaded. Use the LoadingIndicatorProperties property to access this indicator’s settings, such as description and caption.

The LoadingIndicatorProperties property is a part of the Deferred Load feature.

See Also

UseLoadingIndicator

Deferred Load

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace