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

SplashScreenManager.ClosingDelay Property

Gets or sets the delay, in milliseconds, before the splash form is closed.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public int ClosingDelay { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the delay, in milliseconds, before the splash form is closed.

See Also