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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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