Skip to main content
All docs
V25.1
  • OverlayWindowOptions.StartupDelay Property

    Gets or sets the delay before the form is shown.

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public int StartupDelay { get; set; }

    Property Value

    Type Description
    Int32

    The delay before the form is shown.

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to StartupDelay
    WinForms Controls OverlayWindowOptions
    .Default .StartupDelay
    XAF: Cross-Platform .NET App UI & Web API DefaultOverlayFormOptions
    .Options .StartupDelay
    See Also