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

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

Declaration

public int UpdateDelay { get; set; }

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.

splashformsplashscreen

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

splashformwaitform

See Also