Back to Devexpress

ILoadingIndicatorProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-91c08a30.md

latest1.7 KB
Original Source

ILoadingIndicatorProperties Interface

Provides settings for a loading indicator, visible when the BaseView.UseLoadingIndicator property equals DefaultBoolean.True.

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface ILoadingIndicatorProperties :
    IWaitingIndicatorProperties,
    IDisposable,
    IBaseProperties,
    IBaseObject,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface ILoadingIndicatorProperties
    Inherits IWaitingIndicatorProperties,
             IDisposable,
             IBaseProperties,
             IBaseObject,
             IPropertiesProvider,
             ISupportBatchUpdate

The following members return ILoadingIndicatorProperties objects:

See Also

ILoadingIndicatorProperties Members

DevExpress.XtraBars.Docking2010.Customization Namespace