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

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.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ILoadingIndicatorProperties LoadingIndicatorProperties { get; }

Property Value

Type Description
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 this link to learn more.

See Also