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

DXSplashScreen.DefaultUpdateDelay Field

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

Declaration

public static int DefaultUpdateDelay

Field Value

Type Description
Int32

Time between status message updates, in milliseconds. The default value is zero.

Remarks

Splash Screens and Wait Forms retrieve and display information about the current events as these events happen, because the DefaultUpdateDelay field is set to zero. If you set the DefaultUpdateDelay field to a value other than zero, Splash Screens and Wait Forms retrieve and display information about the current events at the specified intervals.

The Splash Screen below is showing the Starting… status message.

splashformsplashscreen

The following Wait Form is displaying the Loading… status message.

splashformwaitform

See Also