windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-581d0458.md
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
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ILoadingIndicatorProperties LoadingIndicatorProperties { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property LoadingIndicatorProperties As ILoadingIndicatorProperties
| Type | Description |
|---|---|
| ILoadingIndicatorProperties |
An ILoadingIndicatorProperties object that contains settings used for a loading indicator within the current BaseView.
|
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