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

ILoadingIndicatorProperties.MinShowingTime Property

Gets or sets the minimal time duration for which the loading indicator is visible.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

int MinShowingTime { get; set; }

Property Value

Type Description
Int32

An Int32 value that is the minimal time duration for which the loading indicator is visible.

Remarks

To enable the loading indicator, utilize the BaseView.UseLoadingIndicator property.

See Also