Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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