A newer version of this page is available.
Switch to the current version.
SplashScreenManager.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
[Browsable(false)]
public int ClosingDelay { get; set; }
<Browsable(False)>
Public Property ClosingDelay As Integer
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the delay, in milliseconds, before the splash form is closed. |
See Also
Feedback