SplashScreenManager.ClosingDelay Property
Gets or sets the delay, in milliseconds, before the splash form is closed.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: 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