DXSplashScreen.UpdateDelay Property
Defines how often a splash form retrieves and displays status messages. Only Splash Screens and Wait Forms can show status messages.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Property Value
Type | Description |
---|---|
Int32 | Time between status message updates, in milliseconds. |
Remarks
Splash Screens and Wait Forms retrieve and display information about current events as these events happen, when DefaultUpdateDelay is set to zero. If you set the UpdateDelay property to a value other than zero, Splash Screens and Wait Forms retrieve and display information about current events at the specified intervals.
The Splash Screen below is showing the Starting… status message.
The following Wait Form is displaying the Loading… status message.