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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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