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

SplashFormProperties.ClosingDelay Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(0)]
public int ClosingDelay { get; set; }

Property Value

Type Default Description
Int32 0

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

See Also