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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ILoadingIndicatorProperties LoadingIndicatorProperties { get; }
#Property Value
Type | Description |
---|---|
ILoading |
An ILoading |
#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.